Answers for "how to increase the thickness of hr tag"

CSS
4

css hr thickness

hr {
  height: 5px;
  border: none;
  background-color: black;
}
Posted by: Guest on October-21-2021

Code answers related to "how to increase the thickness of hr tag"

Browse Popular Code Answers by Language