Код: Выделить всё
.arrow {
text-align: center;
margin: 40px 0px;
}
.bounce {
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
@keyframes bounce {
0%,
20%,
30%,
40%,
50% {
transform: translateY(0);
}
30% {
transform: translateY(-30px);
}
50% {
transform: translateY(-15px);
}
}Код: Выделить всё
Что здесь не так в моем коде?
Подробнее здесь: https://stackoverflow.com/questions/397 ... esome-icon
Мобильная версия