Answers for "how to place hr in the center html"

CSS
7

how to center an hr

hr {
 	width: 10%;
  	margin: auto;
}
Posted by: Guest on May-01-2021

Code answers related to "how to place hr in the center html"

Browse Popular Code Answers by Language