![верстка](https://habrastorage.org/r/w120/webt/5a/82/35/5a823567cb671242225007.png)
Вёрстка
- 2 ответа
- 0 вопросов
2
Вклад в тег
.block__item {
max-width: 50px;
width: 100%;
}
.block__text {
position: relative;
padding-left: 20px;
}
.block__text::after {
position: absolute;
content: ' ';
top: 30px;
background-color: red;
width: 2px;
left: 35px;
height: 250px;
}
img{
margin-top: 260px;
width: 30px;
display: block;
margin-left: 20px;
}