单项选择题
(网站)background-color:#ccc;background-image:url(bg.png);background-repeat:no-repeat;background-position:-100pxcenter;以上样式的缩写正确的是?()
A.background:#ccc,url(bg.png)no-repeat,-100pxcenter;
B.background:#cccurl(bg.png)no-repeat-100pxcenter;
C.background:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
D.background-color:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
点击查看答案&解析
相关考题
-
单项选择题
(网站)想要将盒子内容与盒子之间的距离拉开,以下属性正确的是()
A.padding
B.margin
C.border
D.以上都不对 -
单项选择题
(网站)将.list下除了最后一个li其他li都设置10px的右边界,以下样式正确的是()}
A..list>li:not(:last-child){margin-right:10px}
B..list>li:not(:last-child){padding-right:10px}
C..list>li:not(:nth-last-child){margin-right:10px}
D..list>li:not(:nth-last-child){padding-right:10px -
单项选择题
(网站)想要给一个表格添加5px的外边框,需要添加哪个样式?()
A.table{border:5pxsolid#000}
B.td{border:1pxsolid#000}
C.th{border:5pxsolid#000}
D.tr{border:1pxsolid#000}
