From d5bcfb5cd9328d57139f7f8bdd71a7bee8ad627c Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Sat, 4 Jan 2025 16:56:14 +0100 Subject: [PATCH] ptit fix --- css/index.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/css/index.css b/css/index.css index 6802504..6e3bb7c 100644 --- a/css/index.css +++ b/css/index.css @@ -9,15 +9,22 @@ } } -#image_collegue_animee { - width: auto; - height: auto; - animation: faireTournerImage 2s linear forwards infinite; +#image-collegue-section{ + position: fixed; + width: 100vw; + top:15vh; z-index: 1; } +#image_collegue_animee { + animation: faireTournerImage 2s linear forwards infinite; + margin-left: auto; + margin-right: auto; + max-width: 75vw; +} + .div-centrer-contenu{ - width: 100; + width: 100%; justify-content: center; text-align: center; } @@ -66,13 +73,6 @@ margin-top: 10px; } -#image_collegue_animee{ - z-index:1; - position: absolute; - top: 20px; - left:35%; -} - #never{ z-index:1; position: absolute;