SOURCE

console 命令行工具 X clear

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