Hello is it possible to control how many dashed lines would be under the word?
I have something like this:
<p>Duza</p>
p {
border-bottom: 4px dashed #999;
display: inline;
font-size:20px;
}
And the effect that I want to have:
You can not control the length of CSS dashes or the space between them. (See this question and this question)
Solutions could be:
dotted
rather than dashed