Как делать анимацию в Visual Studio Code

Мой сайт:
Код html: В комментариях Код css: #Amim{ width: 100px; height: 100px; background-color: red; transition: transform 2s, background-color 2s, width 2s, height 2s; color: rgb(255, 255, 255); } #Amim:hover{ transform: rotate(360deg); width: 200px; height: 200px; background-color: blue; }

Смотрите также