Не дай себя обмануть!
box-sizing: border-box; | |
border: 2px solid transparent; | |
border-radius: 50%; | |
animation: spin_animation 1s infinite linear; | |
background: linear-gradient(1deg, rgba(0,0,0,0), rgba(0,0,0,0)); | |
-webkit-backface-visibility: hidden; | |
backface-visibility: hidden; | |
line-height: 38px; | |
width: 38px; | |
height: 38px; | |
background-position: -2px -44px; | |
border-top-color: #fc0; | |
border-left-color: #fc0; | |
} | |
@keyframes spin_animation { | |
from { | |
transform: rotate(0); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
</style> | |
<div class="spin" /> |
Источник: Краеведческий музей
01.12.2022 10:00