.dot-line
View Compiled
.dot-line {
&::before {
background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
background-size: 10px 10px;
content: '';
display: inline-block;
height: 10px;
width: 100%;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.