Public Access
5
0

Réparation de la section 1 d'index et du bouton rencontrez l'équipe

This commit is contained in:
LD
2025-12-03 20:46:43 -05:00
parent 0fbf2e5029
commit 9d0959ab6e
2 changed files with 9 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ footer a:hover {
.accueil #video {
width: 100%;
height: auto;
height: 100%;
display: block;
}
@@ -188,8 +188,8 @@ footer a:hover {
background-color: #13172cb0;
position: absolute;
top: 5%;
height: 125%;
left: 50%;
padding-bottom: 36.6%;
transform: translate(-50%, 0);
z-index: 10;
}

View File

@@ -78,7 +78,7 @@
<p>Conseiller</p>
</div>
<a href="team.html">
<h2>Rencontrez l'équipe!</h2>
<p>Rencontrez l'équipe!</p>
</a>
</article>
</section>
@@ -172,12 +172,12 @@
</section>
</main>
<footer>
<p>Copyright © 2025 Les Alt-F4. Tout droits réservés.</p>
<p>Page créée par Léa Dezothez.</p>
<a href="credits.html">Crédits</a>
<p id="updateDate">DATE_WEBSITE</p>
</footer>
<footer>
<p>Copyright © 2025 Les Alt-F4. Tout droits réservés.</p>
<p>Page créée par Léa Dezothez.</p>
<a href="credits.html">Crédits</a>
<p id="updateDate">DATE_WEBSITE</p>
</footer>
</body>
</html>