使用()属性可以平移指定的元素
A. transform
B. scale
C. translate
D. rotate
在CSS3中,可以使用box-shadow属性设置阴影,不同的浏览器引擎中,实现box-shadow属性的方法略有不同。在Gecko引擎中为()
A. box-shadow
B. -moz-box-shadow
C. -webkit-box-shadow
D. -gecko-box-shadow
使用()属性可以沿x轴倾斜指定的svg元素
A. transform
B. scale
C. skewX
D. Rotate
如果想对一个div块元素的高度属性设置一个2s的过渡,相应的CSS属性应该写为()
A. animation:height 2s
B. transtion:height 2s
C. transtion:2s height
D. transtion:div height 2s