A.degB.pxC.%D.pi
单项选择题下列将页面上div元素绕中心点逆时针旋转30度的是()。
A.div{transform:rotate(30deg);}B.div{transform:rotate(330deg);}C.div{transform:rotateY(30deg);}D.div{transform:rotateX(30deg);}
单项选择题在CSS3中,可以实现平移效果的函数是()。
A.translate()B.scale()C.skew()D.rotate()
单项选择题CSS3中的变形属性是()。
A.transformB.translateC.transitionD.trancation
单项选择题设置或检索弹性盒子元素在侧轴方向上的对齐方式的属性是()。
A.flex-directionB.justify-contentC.align-itemsD.flex-wrap
单项选择题justify-content属性的下列取值中,中间子元素之间的间隔是两端子元素与边框距离两倍的是()。
A.flex-startB.flex-endC.space-betweenD.space-around