Public Access
5
0

Compare commits

...

2 Commits

Author SHA1 Message Date
LD
e1f88b4993 Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-21 13:48:06 -05:00
LD
0dd30143b5 ajouts de boutons de navigation dans un aside 2025-11-21 13:48:04 -05:00
2 changed files with 14 additions and 7 deletions

View File

@@ -161,9 +161,8 @@ nav img {
}
.lore .nextArc {
width: 8%;
width: 5%;
margin: 5px;
padding: 15px 10px;
display: block;
text-align: center;
background-color: #C19F8A;
@@ -171,18 +170,25 @@ nav img {
}
.lore .nextArc a {
padding: 10px 5px;
display: block;
color: #13172c;
text-decoration: none;
}
.lore .nextArc a:hover {
width: 8%;
border-radius:15px;
text-align: center;
background-color: #bf815b;
color: #FFEFE5;
}
.lore aside {
position: sticky;
left: 15px;
bottom: 15px;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
display: flex;
align-items: flex-start;

View File

@@ -200,11 +200,12 @@
<img src="images/ImagesLea/archwing.jpg" alt="Image d'une warframe avec ses Archwing dans l'espace">
</div>
</article>
<div class="nextArc"><a href="lore.html">Choix de l'Arc</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Arc suivant</a></div>
</main>
<aside>
<div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div>
</aside>
<footer>DATE_WEBSITE</footer>
</body>
</html>