“Bootstrap 5 Règle horizontale” Réponses codées

Style de ligne horizontale HTML

<!-- HTML -->

<!-- You can change the style of the horizontal line like this: --> 

<hr style="width:50%", size="3", color=black>  


<!-- Or like this: -->

<hr style="height:2px; width:50%; border-width:0; color:red; background-color:red">

Ana

Bootstrap de ligne de division 4

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
Grieving Gharial

Bootstrap 5 Règle horizontale

<hr style="height:2px; width:50%; border-width:0; color:red; background-color:red">
Itchy Impala

Réponses similaires à “Bootstrap 5 Règle horizontale”

Questions similaires à “Bootstrap 5 Règle horizontale”

Plus de réponses similaires à “Bootstrap 5 Règle horizontale” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code