Answers for "border dot css"

CSS
1

border dot css

border-bottom: 2px dashed #e0e0e0
// 2px better then 1px
Posted by: Guest on August-04-2021
3

dashed lin in css

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