單項選擇題下列將頁面上div元素繞中心點逆時針旋轉(zhuǎn)30度的是()。

A.div{transform:rotate(30deg);}
B.div{transform:rotate(330deg);}
C.div{transform:rotateY(30deg);}
D.div{transform:rotateX(30deg);}


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在CSS3中,可以實現(xiàn)平移效果的函數(shù)是()。

A.translate()
B.scale()
C.skew()
D.rotate()

2.單項選擇題CSS3中的變形屬性是()。

A.transform
B.translate
C.transition
D.trancation

3.單項選擇題設置或檢索彈性盒子元素在側(cè)軸方向上的對齊方式的屬性是()。

A.flex-direction
B.justify-content
C.align-items
D.flex-wrap

5.單項選擇題下列選項中,用于設置彈性盒子元素在主軸方向逆序排列的是()。

A.flex-direction:row
B.flex-direction:row-reverse
C.flex-direction:column
D.flex-direction:column-reverse