summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-15 17:15:01 +0300
committerYuval Adam <_@yuv.al>2017-07-15 17:15:01 +0300
commit756ce7b78fced879d77d00ae30e52b82f1cb2a0e (patch)
treed5de0086ebc248a72a834862af2f02dca570a4ca /style.css
parent85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (diff)
Fonts testfonts
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 6f10968..0000000
--- a/style.css
+++ /dev/null
@@ -1,17 +0,0 @@
-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;
-}
-div#link {
- margin-top: 20px;
-}