Public Access
5
0

Modification au nav et au footer

This commit is contained in:
Jeremy
2025-11-21 15:14:24 -05:00
parent 6e69bb7b75
commit c7dc90ccfc
2 changed files with 18 additions and 10 deletions

View File

@@ -22,10 +22,20 @@ nav ul {
align-items: center;
text-align: right;
}
nav ul li:hover {
background-color: #6688cc;
border-color: #ffffff;
box-shadow: 0 0 30px #6688CC;
nav a{
padding: 15px 5px;
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 {
@@ -41,7 +51,7 @@ nav ul li {
nav img {
max-width: 220px;
max-height: 60px;
height: 60px;
justify-content: left;
}
@@ -56,9 +66,7 @@ footer {
footer p {
margin: auto;
}
#update {
font-size: 0,1rem;
height: 60px;
}
/****************************/
@@ -134,7 +142,7 @@ footer p {
.lore table{
width: 100%;
position: sticky;
top: 1px;
top: 60px;
border: 2px solid #FFEFE5;
margin-left: auto;
margin-right: auto;