Files
Mottashaw-Consulting/Export/assets/css/untitled.css

13 lines
176 B
CSS

.underline:after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 8px;
border-radius: 5px;
background: #30849E;
z-index: -1;
}