下列关于CSS3的圆角边框的说法中,错误的是()
A. border-radius的四个值按照top-left、bottom-left、bottom-right、top-right的顺序设置。
B. 如果border-radius只有一个值,代表水平和垂直的半径都相等。
C. border-radius 属性中,如果省略 bottom-right,则与 top-left 相同。
D. border-radius 属性中,如果省略 bottom-left,则与 top-right 相同。
下列选项中,用于设置CSS3中的线性渐变的选项为()
A. background-image:repeating-linear-gradient(参数值);
B. background-image:repeating-radial-gradient(参数值);
C. background-image:radial-gradient(参数值);
D. background-image:linear-gradient(参数值);