diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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{ |
