A.声音B.动画C.超文本D.文本
单项选择题css3中的动画属性及定义动画的关键字是()。
A.animator和@key-framesB.animator和@keyframesC.animation和@key-framesD.animation和@keyframes
单项选择题rotateX函数用于指定元素围绕X轴旋转,参数a用于定义旋转的角度值,单位为()。
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
单项选择题下列选项中,用于设置弹性盒子元素在主轴方向逆序排列的是()。
A.flex-direction:rowB.flex-direction:row-reverseC.flex-direction:columnD.flex-direction:column-reverse
单项选择题box-sizing属性的取值中,通过从已设定的宽度或高度中分别减去边框和内边距才能得到内容的宽度或高度的是()。
A.noneB.border-boxC.content-boxD.padding-box
单项选择题下列选项中,设置外阴影且阴影在盒子右侧的选项是()。
A.box-shadow:7px-4px10px#000insetB.box-shadow:-7px4px10px#000C.box-shadow:7px4px10px#000insetD.box-shadow:7px-4px10px#000