“aturan horizontal bootstrap 5” Kode Jawaban

gaya garis 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 Bootstrap 4

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

aturan horizontal bootstrap 5

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

Jawaban yang mirip dengan “aturan horizontal bootstrap 5”

Pertanyaan yang mirip dengan “aturan horizontal bootstrap 5”

Lebih banyak jawaban terkait untuk “aturan horizontal bootstrap 5” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya