Answers for "style hr width css"

CSS
4

css hr thickness

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

hr style height

<hr style="border: none; border-bottom: 1px solid red;">
Posted by: Guest on August-18-2021

Browse Popular Code Answers by Language