summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-15 12:10:12 +0300
committerYuval Adam <_@yuv.al>2017-07-15 12:10:40 +0300
commiteb7ed78bc5f076d7eb717b74081127066c2a5b10 (patch)
tree04cf5ee0983368c4c449f63823c4ff09eafc00a5 /style.css
parent74d792cb9ead3705b72968356a6c4d834d01e540 (diff)
parent8291c910c63bdbc77ca80950377bbb468ed326bf (diff)
Merge branch 'master' into gh-pages
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;
+}