“ketebalan CSS HR” Kode Jawaban

ketebalan CSS HR

hr {
  height: 5px;
  border: none;
  background-color: black;
}
Funny Finch

cara mengubah warna tag HR di html

<style>       
    hr{
        height: 1px;
        background-color: #ccc;
        border: none;
    }
</style>
Different Dragonfly

CSS HR yang lebih tipis

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}
Elegant Emu

Buat
lebih besar di boootstrap

<hr style="height:1px;border:none;color:#333;background-color:#333;" />
Slay Masar

Jawaban yang mirip dengan “ketebalan CSS HR”

Pertanyaan yang mirip dengan “ketebalan CSS HR”

Lebih banyak jawaban terkait untuk “ketebalan CSS HR” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya