“Comment faire un coin rond dans CSS” Réponses codées

coins arrondis CSS

/* Set rounded corners with border-radius property */

.class {
  border-radius: 4px;
}

.circle {
  border-radius: 50%;
}
k-vernooy

Comment faire un coin rond dans CSS

#roundCornerID {
    border-radius: 30%;
    width: 200px;
    height: 150px;   
}
Code_Breaker

Réponses similaires à “Comment faire un coin rond dans CSS”

Questions similaires à “Comment faire un coin rond dans CSS”

Plus de réponses similaires à “Comment faire un coin rond dans CSS” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code