“Bootstrap 5 Regra Horizontal” Respostas de código

estilo de linha horizontal 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 linha de divisão 4

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

Bootstrap 5 Regra Horizontal

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

Respostas semelhantes a “Bootstrap 5 Regra Horizontal”

Perguntas semelhantes a “Bootstrap 5 Regra Horizontal”

Mais respostas relacionadas para “Bootstrap 5 Regra Horizontal” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código