单项选择题
In css, the pageneeds to pass by the mouse, and the element named box rotates 45deg.The following code is correct( )
A..box:hover{transform:rotate(45deg)}
B..box:focus{transform:rotate(45deg)}
C..box:hover{transform:skew(45deg)}
D..box:focus{transform:skew(45deg)}