单项选择题下列将页面上div元素绕中心点逆时针旋转30度的是()。

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


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题在CSS3中,可以实现平移效果的函数是()。

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

2.单项选择题CSS3中的变形属性是()。

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

3.单项选择题设置或检索弹性盒子元素在侧轴方向上的对齐方式的属性是()。

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

9.单项选择题下列选项中,设置外阴影且阴影在盒子右侧的选项是()。

A.box-shadow:7px-4px10px#000inset
B.box-shadow:-7px4px10px#000
C.box-shadow:7px4px10px#000inset
D.box-shadow:7px-4px10px#000

10.单项选择题border-image的子属性中,定义裁切图像方式的属性是()。

A.border-image-source
B.border-image-slice
C.border-image-repeat
D.border-image-outset