CSS Tutorials
CSS Created Dashed Line
This little example will demonstrate how to created a dashed line using CSS:
.dashes {
border-top: 3px dashed #000000;
margin-top: 5px;
}
This little example will demonstrate how to created a dashed line using CSS:
.dashes {
border-top: 3px dashed #000000;
margin-top: 5px;
}
Post your comment