单项选择题rotateX函数用于指定元素围绕X轴旋转,参数a用于定义旋转的角度值,单位为()。

A.deg
B.px
C.%
D.pi


您可能感兴趣的试卷

你可能感兴趣的试题

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

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

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

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

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

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

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

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

6.单项选择题下列选项中,用于设置弹性盒子元素在主轴方向逆序排列的是()。

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

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

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