CSS
- 64 ответа
- 0 вопросов
9
Вклад в тег
a {
border-bottom: 1px dashed #cecece;
padding-bottom: 3px;
}
a {
position: relative
}
a::after {
position: absolute;
bottom: 10px;
left: 0;
display: block;
content: '';
width: 100%;
}