Here is a CSS code snippet that displays a horizontal line:
.horizontalLineBottom {
border-bottom:solid #6E6A6B;
border-width:1px;
}
Is it possible to add space at a specific position on this line?
For example,
______________________________________________
can be transformed into
______________________________ ___