Public Access
5
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy
52d3b30e8a Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-19 15:08:08 -05:00
Jeremy
59c3b092f3 Update : Nav style 2025-11-19 15:08:04 -05:00
2 changed files with 25 additions and 2 deletions

View File

@@ -8,13 +8,34 @@
padding: 0;
}
nav {
display: flex;
background-color: #13172c;
justify-content: space-between;
}
nav ul {
display: flex;
background-color: #13172C;
list-style: none;
align-items: center;
text-align: right;
}
nav ul li a {
color: #FFEFE5;
text-decoration: none;
}
nav ul li {
width: 15%;
width: 12,5%;
padding: 0 60px;
}
nav img {
max-width: 220px;
max-height: 60px;
justify-content: left;
}
/****************************/

View File

@@ -10,6 +10,8 @@
<body class="accueil">
<main>
<nav>
<img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4">
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="aPropos.html">À propos</a></li>