diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-15 11:05:35 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-15 11:05:35 +0300 |
| commit | 8291c910c63bdbc77ca80950377bbb468ed326bf (patch) | |
| tree | 58a26d25ab32aca5d865b7aa40f448450bfb88b6 /style.css | |
| parent | 2693dc35c26f9c44aa12ab502c8fe5289378a8e0 (diff) | |
Looks better
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 14 |
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; +} |
