<div></div>
div{ width: 100px; height: 100px; background-color: red; transition: 1s; } div:hover{ background: green; transform: rotate(360deg) scale(1.2,1.2); }