ajout de boutons
This commit is contained in:
@@ -154,6 +154,29 @@ nav img {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.lore .nextArc {
|
||||
width: 8%;
|
||||
margin: 5px;
|
||||
padding: 15px 10px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
background-color: #C19F8A;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.lore .nextArc a {
|
||||
color: #13172c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lore .nextArc a:hover {
|
||||
width: 8%;
|
||||
border-radius:15px;
|
||||
text-align: center;
|
||||
background-color: #bf815b;
|
||||
color: #FFEFE5;
|
||||
}
|
||||
|
||||
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
@@ -201,6 +201,8 @@
|
||||
</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>
|
||||
|
||||
<footer>DATE_WEBSITE</footer>
|
||||
|
||||
Reference in New Issue
Block a user