Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy
7910f1dbe4 Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-21 15:14:27 -05:00
Jeremy
c7dc90ccfc Modification au nav et au footer 2025-11-21 15:14:24 -05:00
2 changed files with 18 additions and 10 deletions

View File

@@ -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;

View File

@@ -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>