多项选择题
(网站)实现一个20px*20px的红色背景蓝色描边的正圆,需要设置的样式有哪些():
A.border:2pxsolid#00f;
B.width:20px;height:20px;overflow:hidden;
C.background:#f00;
D.border-radius:50%;
点击查看答案&解析
相关考题
-
多项选择题
(网站)以下哪些设置可以让背景图片在容器内水平和垂直都居中?()
A.background-position:center50%;
B.background-position:50%50%;
C.background-position:50%center;
D.background-position:centercenter; -
单项选择题
(网站)以下属于不input属性的是:()
A.type
B.method
C.name
D.value -
单项选择题
(网站)opacity:0.8对IE比较老的浏览器不起作用,那么针对比较老的IE浏览器,正确的设置方法是?()
A.filter:alpha(opacity=0.8);
B.filter:alpha(opacity:80);
C.filter:opacity=80
D.filter:alpha(opacity=80);
