From 44f5ca09550fcb5de9c4411e61cbe8d02cb021b1 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 28 Jun 2023 13:24:56 +0200 Subject: feat: true centered body contents, played with pseudo classes for the return buttons --- style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'style.css') 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{ -- cgit v1.2.3