“Bootstrap 5 Regla horizontal” Código de respuesta

Estilo de línea 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

División Línea Bootstrap 4

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

Bootstrap 5 Regla horizontal

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

Respuestas similares a “Bootstrap 5 Regla horizontal”

Preguntas similares a “Bootstrap 5 Regla horizontal”

Más respuestas relacionadas con “Bootstrap 5 Regla horizontal” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código