在CSS3中,可以使用()属性实现圆角效果
A. circle
B. round
C. border-radius
D. border-round
使用()属性可以平移指定的svg元素
A. transform
B. scale
C. translate
D. rotate
如何使用 CSS3 添加文本阴影()
A. font: shadowed 5px 5px 5px grey;
B. font-shadow: 5px 5px 5px grey;
C. text-shadow: 5px 5px 5px grey;
D. shadow: text 5px 5px 5px grey;
background-repeat默认效果是()
A. 背景图不平铺
B. 背景图横向平铺
C. 背景图纵向平铺
D. 背景图纵向和横向平铺