ajouts de boutons de navigation dans un aside
This commit is contained in:
@@ -155,9 +155,8 @@ nav img {
|
||||
}
|
||||
|
||||
.lore .nextArc {
|
||||
width: 8%;
|
||||
width: 5%;
|
||||
margin: 5px;
|
||||
padding: 15px 10px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
background-color: #C19F8A;
|
||||
@@ -165,18 +164,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;
|
||||
|
||||
Reference in New Issue
Block a user