Answers for "border double line css"

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
0

double border css

.double-border{
	border: double;
}
Posted by: Guest on April-16-2022

Browse Popular Code Answers by Language