summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..6129195
--- /dev/null
+++ b/style.css
@@ -0,0 +1,14 @@
+body {
+ background: #56ab2f;
+ background: -webkit-linear-gradient(to top, #56ab2f, #a8e063);
+ background: linear-gradient(to top, #56ab2f, #a8e063);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ overflow: hidden;
+}
+div#app {
+ flex: 1;
+ height: 100vh;
+ text-align: center;
+}