How can I set thickness of a horizontal rule in html/CSS
Size: The thickness of the horizontal line can be changed with the size attribute.
.cool_line{
display:block;
border:none;
color:white;
height:1px;
background:lightgray;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(lightgray), to(#fff));
}
Begin
<hr class='cool_line' />
End
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With