From 5fe9db9eb57e76bbf081685f9e851d70596d3417 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 4 Jul 2023 15:04:26 +0200 Subject: feat: new page yay log.html --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 24c7abb..7384a50 100644 --- a/style.css +++ b/style.css @@ -13,8 +13,8 @@ body.index{ } .frame{ - margin-top=10px; - margin-bottom=10px; + margin-top:10px; + margin-bottom:10px; } .language{ @@ -124,6 +124,7 @@ a.text-link::after{ } .footer{ + margin:auto; animation-name: foot-anim; animation-duration: 6s; animation-iteration-count: infinite; -- cgit v1.2.3