Compare commits
3 Commits
84fdadf1e8
...
94156b83f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 94156b83f6 | |||
| ca154c6150 | |||
| 9d0959ab6e |
@@ -190,7 +190,7 @@ footer a:hover {
|
|||||||
|
|
||||||
.accueil #video {
|
.accueil #video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -198,8 +198,8 @@ footer a:hover {
|
|||||||
background-color: #13172cb0;
|
background-color: #13172cb0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5%;
|
top: 5%;
|
||||||
|
height: 125%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
padding-bottom: 36.6%;
|
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
<p>Conseiller</p>
|
<p>Conseiller</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="team.html">
|
<a href="team.html">
|
||||||
<h2>Rencontrez l’équipe!</h2>
|
<p>Rencontrez l'équipe!</p>
|
||||||
</a>
|
</a>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
@@ -173,6 +173,12 @@
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</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>
|
<footer>
|
||||||
<p>Copyright © 2025 Les Alt-F4. Tous droits réservés.</p>
|
<p>Copyright © 2025 Les Alt-F4. Tous droits réservés.</p>
|
||||||
<p>Page créée par Léa Dezothez.</p>
|
<p>Page créée par Léa Dezothez.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user