Version 1.0.0 - Création du Header

This commit is contained in:
2025-07-26 22:34:09 +02:00
parent 4fdd4aad61
commit 93379b0042
20 changed files with 281 additions and 166 deletions

View File

@@ -43,6 +43,7 @@ html, body {
height: 100%;
overflow-x: hidden;
background-color: var(--primary);
transition: all 0.5s ease-in-out;
}
@@ -82,3 +83,6 @@ a {
background: #ffffffa8;
}
.full {
width: 100%;
}