manque statut defi

This commit is contained in:
2024-12-17 19:19:08 +01:00
parent 1a1e9ca5d4
commit 1b12f3f732
7330 changed files with 1540 additions and 153 deletions

View File

@@ -51,6 +51,16 @@ html, body {
border-radius: 5px;
}
/* Section pour Baptiste */
#section-top-right-baptiste {
background-color: #82c4f3; /* Couleur bleutée */
}
/* Section pour Julien */
#section-top-right-julien {
background-color: #a379e6; /* Couleur rosée */
}
/* Responsivité : Pour les tablettes */
@media (max-width: 1024px) {
#container {
@@ -76,7 +86,7 @@ html, body {
border: 2px solid #333;
}
/* Section 2 - Organisation en colonne */
#section-top-right {
#section-top-right, #section-top-right-baptiste, #section-top-right-julien {
display: flex; /* Active le flexbox */
flex-direction: column; /* Aligne les éléments en colonne */
align-items: center; /* Centre les éléments horizontalement */