From 8291c910c63bdbc77ca80950377bbb468ed326bf Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 Jul 2017 11:05:35 +0300 Subject: Looks better --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.3.1