aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/css/style.css
diff options
context:
space:
mode:
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