How to create a dotted hr
/* you can put this line in your .css Change the width,
border etc and colour to your liking*/
hr {
width: 10%;
border: 10px dotted;
border-style: none none dotted;
color: grey
}
How to create a dotted hr
/* you can put this line in your .css Change the width,
border etc and colour to your liking*/
hr {
width: 10%;
border: 10px dotted;
border-style: none none dotted;
color: grey
}
dashed lin in css
hr {
border:none;
border-top:1px dashed #f00;
color:#fff;
background-color:#fff;
height:1px;
width:50%;
}
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%;
} */
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us