📅  最后修改于: 2022-03-11 14:47:50.854000             🧑  作者: Mango
div {
width: 80px;
height: 80px;
background-color: skyblue;
}
.tourne {
transform: rotate(45deg); /* Équivalent à rotateZ(45deg) */
background-color: pink;
}