Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy
a0d36f33b6 Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-21 16:04:58 -05:00
Jeremy
eb51b5a6df Correctif de bug dans le menu de navigation en css 2025-11-21 16:04:54 -05:00

View File

@@ -14,45 +14,37 @@ nav {
justify-content: space-between; justify-content: space-between;
position: sticky; position: sticky;
top: 0; top: 0;
height: 60px;
} }
nav ul { nav ul {
display: flex; display: flex;
list-style: none; list-style: none;
justify-content: flex-end;
align-items: center; align-items: center;
text-align: right; width: 85%;
}
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 {
color: #FFEFE5;
text-decoration: none;
}
nav ul li {
width: 12.5%;
padding: 0 60px;
} }
nav img { nav img {
max-width: 220px; justify-self: left;
height: 60px; width: 15%;
justify-content: left; }
nav a {
display: block;
text-decoration: none;
color: #FFEFE5;
padding: 0 16px;
}
nav a:hover {
display: block;
align-items: center;
line-height: 39px;
border-radius: 20px;
background-color: #273A56;
height: 40px;
} }
footer { footer {
@@ -64,7 +56,7 @@ footer {
width: 100%; width: 100%;
} }
footer p { footer>p {
margin: auto; margin: auto;
height: 60px; height: 60px;
} }