Answers for "increase thickness of hr"

CSS
4

css hr thickness

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

Code answers related to "increase thickness of hr"

Browse Popular Code Answers by Language