CSS
- 1 ответ
- 0 вопросов
1
Вклад в тег
&::before {
content: " ";
position: absolute;
border-width: 6px;
border-style: solid;
margin-left: -6px;
left: 13%;
top: 100%;
border-color: black transparent transparent transparent;
}