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

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 the hr in css"

Browse Popular Code Answers by Language