Modification au nav et au footer
This commit is contained in:
@@ -22,10 +22,20 @@ nav ul {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
nav ul li:hover {
|
|
||||||
background-color: #6688cc;
|
nav a{
|
||||||
border-color: #ffffff;
|
padding: 15px 5px;
|
||||||
box-shadow: 0 0 30px #6688CC;
|
display: block;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
border-radius: 15px;
|
||||||
|
list-style-type: none;
|
||||||
|
background-color: #273A56;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
@@ -41,7 +51,7 @@ nav ul li {
|
|||||||
|
|
||||||
nav img {
|
nav img {
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
max-height: 60px;
|
height: 60px;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,9 +66,7 @@ footer {
|
|||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
height: 60px;
|
||||||
#update {
|
|
||||||
font-size: 0,1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
@@ -134,7 +142,7 @@ footer p {
|
|||||||
.lore table{
|
.lore table{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1px;
|
top: 60px;
|
||||||
border: 2px solid #FFEFE5;
|
border: 2px solid #FFEFE5;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
|
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
|
||||||
<p id="update">DATE_WEBSITE</p>
|
<p>DATE_WEBSITE</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user