Page créée avec « .caroussel { width: 95%; display: flex; gap: 1rem; overflow-x: auto; } .caroussel-item { flex: 0 0 auto; width: 300px; background: #fff; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); text-align: center; padding: 1rem; display: flex; flex-direction: column; justify-content: flex-start; } .caroussel img { max-width: 100%; max-height: 150px; border-radius: 8px; object-fit: cover;... »
 
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 4 : Ligne 4 :
     gap: 1rem;
     gap: 1rem;
     overflow-x: auto;
     overflow-x: auto;
    color: black;
}
}


Ligne 17 : Ligne 18 :
     flex-direction: column;
     flex-direction: column;
     justify-content: flex-start;
     justify-content: flex-start;
}
.caroussel-caption
{
  font-weight: normal;
}
}


Ligne 38 : Ligne 44 :
.item-title  
.item-title  
{
{
  color: blue;
  color: green;
  font-weight: bold;
  font-weight: bold;
}
}