From df19c629fca1d3949e6e3e21954b5547cf833792 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 23 Feb 2026 14:16:12 +0100 Subject: [PATCH] change relative for absolute --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 7c129f9..abddf92 100644 --- a/index.html +++ b/index.html @@ -34,9 +34,9 @@ } #mascotte { - position: relative; - bottom: -0px; - right: 0px; + position: absolute; + top: 670px; + right: 100px; z-index: 999; transform: scaleX(-1); cursor: pointer; @@ -49,9 +49,9 @@ } .speech-bubble { - position: relative; - bottom: 0px; - left: 700px; + position: absolute; + top: 100px; + right: 170px; z-index: 998; display: flex; width: 1025px;