summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
-}