Answers for "how to increase the width of hr in html"

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 increase the width of hr in html"

Browse Popular Code Answers by Language