Hi,
Can anyone suggest how to make an underline text with the design you see attached?
Hi,
Can anyone suggest how to make an underline text with the design you see attached?
Now that I have written to you I have found the solution!
this the code:
QUISQUE SODALES
css:
.gialloSottolineato{
position: relative;
display: inline;
}
.gialloSottolineato::after {
content: “”;
position: absolute;
bottom: 1px;
left: 0;
height: 10px;
width: 100%;
background-color: #E0FF22;
border-radius: 4px;
z-index: -1;
}