Answers for "how to reduce the size of hr tag"

CSS
1

how to set thickness of hr in html

hr {
  height: 4px;
}
Posted by: Guest on September-22-2021

Code answers related to "how to reduce the size of hr tag"

Browse Popular Code Answers by Language