aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/css/style.css
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-06-27 18:23:53 +0200
committerJohannes Zellner <johannes@nebulon.de>2015-06-27 18:23:53 +0200
commitc10e69bfcf248c5e2c17b776e19c348b8acfecc7 (patch)
treecd375e760c4a49bc988a5d95d82a9e76624f65d5 /app/css/style.css
parentc88ec639a906f57dc11c7a64b5622beb448d5fd6 (diff)
downloadSurfer-c10e69bfcf248c5e2c17b776e19c348b8acfecc7.tar.gz
Surfer-c10e69bfcf248c5e2c17b776e19c348b8acfecc7.tar.zst
Surfer-c10e69bfcf248c5e2c17b776e19c348b8acfecc7.zip
Add welcome screen
Diffstat (limited to 'app/css/style.css')
-rw-r--r--app/css/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css
new file mode 100644
index 0000000..e2e34d7
--- /dev/null
+++ b/app/css/style.css
@@ -0,0 +1,27 @@
1
2html, body {
3 width: 100%;
4 height: 100%;
5 padding: 0;
6 margin: 0;
7}
8
9.wrapper {
10 display: table;
11 width: 100%;
12 height: 100%;
13}
14
15.content {
16 display: table-cell;
17 width: 100%;
18 height: 100%;
19 text-align: center;
20 vertical-align: middle;
21}
22
23pre {
24 margin: auto;
25 text-align: left;
26 width: 400px;
27} \ No newline at end of file