CSS
- 3 ответа
- 0 вопросов
3
Вклад в тег
h2 {
position: relative;
}
h2:after {
width: 100px;
height: 1px;
background: #085077;
display: block;
content: " ";
position: absolute;
left: 50%;
margin-left: -50px;
bottom: -30px;
}