diff --git a/css/index.css b/css/index.css index 3fec7d4..6b90be1 100644 --- a/css/index.css +++ b/css/index.css @@ -60,4 +60,29 @@ #img_cadeau{ width: 5vw; +} + +#table_magasin_collegues{ + margin-top: 10px; +} + +#image_collegue_animee{ + z-index:1; + position: absolute; + top: 20px; + left:35%; +} + +#never{ + z-index:1; + position: absolute; + left:0%; + top: 0%; +} + +#close_rick{ + z-index: 2; + position: absolute; + left:0%; + top: 0%; } \ No newline at end of file diff --git a/index.html b/index.html index d52ae05..ad29005 100644 --- a/index.html +++ b/index.html @@ -18,11 +18,11 @@
-
+
-
+
@@ -37,7 +37,7 @@ - +
@@ -51,13 +51,12 @@
- + -
diff --git a/js/main.js b/js/main.js index 3956cb0..4293502 100644 --- a/js/main.js +++ b/js/main.js @@ -186,7 +186,7 @@ async function remplirMagasinCollegues(){ if(!(key in sacado)){ //lancer l'animation d'achat avec l'image correspondante - let image = document.getElementById("image-collegue-animee") + let image = document.getElementById("image_collegue_animee") image.setAttribute("src",c.props.nom_fichier_image) // affiche l'image image.removeAttribute("hidden")
nom revenu passif