.block {
width: 254px;
height: 488px;
border: 1px solid #000;
background: linear-gradient(117deg, black 42%, transparent 0);
}
.info__wrap {
display: flex;
}
.info__item {
width: 20%;
padding: 20px;
border: 1px solid #ececec;
box-shadow: 1px 0 0 0 #ececec, 0 1px 0 0 #ececec;
}
* {
box-sizing: border-box;
}
*:after,
*:before {
box-sizing: border-box;
}
.price__item {
animation: bounce 2s 170ms infinite ease;
/* 170ms это задержка, поиграться с разными значениями */
}
const items = Array.from(document.querySelectorAll('.cost__elem'));
for (let i = 0; i < items.length; i++) {
if (!items[i].className.includes('cost__elem--current')) {
items[i].classList.add('cost__elem--success');
} else {
return;
}
}
loop: false
или items: 2
.я ожидаю 2
single_slider.owlCarousel({
dots: false,
nav: true,
loop: true,
navText: '',
items: 5,
margin: 20
});
background: red url()