Answers for "horizontal dotted line in html w3schools"

CSS
2

how to make a dotted hr in css

/* hr {
  border:none;
  border-top:1px dotted #f00; 
  color:#fff;
  background-color:#fff;
  height:1px;
  width:50%;
} */
Posted by: Guest on May-25-2020

Browse Popular Code Answers by Language