You've already forked Mottashaw-Consulting
13 lines
176 B
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;
|
|
}
|
|
|