Answers for "border single line in html"

CSS
7

double line borders in html

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

Browse Popular Code Answers by Language