The red {color: red; The transform: rotate (20 deg)}
Green {color: green; The transform: rotate (45 deg)}
P {
Width: 100 px; height: 100px;
Background: gray;
}
P: hover {
The transform: the rotate (0);
Background: green;
Color: yellow;
}
</style>
<body>