Код: Выделить всё
#curves div {
width: 100px;
height: 100px;
border: 5px solid #999;
}
#curves.width div {
border-color: transparent transparent transparent #999;
}
#curve1 {
-moz-border-radius: 50px 0 0 50px;
border-radius: 50px 0 0 50px;
}
.arrow-right {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 27px solid #ccc;
float: right;
margin-top: -7px;
margin-right: -26px;
}
parent
child
Нет JavaScript, обучение использования стрелки в css
Я хочу сделать это как это изображение:
Подробнее здесь: https://stackoverflow.com/questions/717 ... -using-css
Мобильная версия