]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - app/css/style.css
Add welcome screen
[perso/Immae/Projets/Nodejs/Surfer.git] / app / css / style.css
diff --git a/app/css/style.css b/app/css/style.css
new file mode 100644 (file)
index 0000000..e2e34d7
--- /dev/null
@@ -0,0 +1,27 @@
+
+html, body {
+    width: 100%;
+    height: 100%;
+    padding: 0;
+    margin: 0;
+}
+
+.wrapper {
+    display: table;
+    width: 100%;
+    height: 100%;
+}
+
+.content {
+    display: table-cell;
+    width: 100%;
+    height: 100%;
+    text-align: center;
+    vertical-align: middle;
+}
+
+pre {
+    margin: auto;
+    text-align: left;
+    width: 400px;
+}
\ No newline at end of file