manque statut defi
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user