summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/style.css b/style.css
index 2a6800f..a35c74a 100644
--- a/style.css
+++ b/style.css
@@ -1,10 +1,17 @@
body{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
background: url(img/wp.gif) no-repeat fixed;
background-size:cover;
text-align:center;
font-family:Cousine;
}
+body.index{
+ height: 97vh;
+}
+
.frame{
margin-top=10px;
margin-bottom=10px;
@@ -107,13 +114,8 @@ a{
animation-timing-function: linear;
}
-@keyframes unopacitize{
- from{
- opacity: 1;
- }
- to{
- opacity: 0.6;
- }
+.footer::before, .footer::after{
+ content: "<<<";
}
@keyframes spin{