设置背景颜色为 green, 背景图片垂直居中显示, 背景图片充 满整个区域,但是背景图片不能变形 , 图片只出现一次,以下书 写正确的是():
A: background:url("../img/img1.jpg") no-repeat center/cover green;
B: background:url("../img/img1.jpg") repeat center/cover green;
C: url("../img/img1.jpg") no-repeat center/100% green;
D: url("../img/img1.jpg") no-repeat center/100% 100% green;
A: background:url("../img/img1.jpg") no-repeat center/cover green;
B: background:url("../img/img1.jpg") repeat center/cover green;
C: url("../img/img1.jpg") no-repeat center/100% green;
D: url("../img/img1.jpg") no-repeat center/100% 100% green;
举一反三
- 设置背景颜色为green,背景图片垂直居中显示,背景图片充满整个区域,但是背景图片不能变形,图片只出现一次,以下书写正确的是( ) A: ackground:url("../img/img1.jpg") no-repeat center/cover green; B: ackground:url("../img/img1.jpg") repeat center/cover green; C: url("../img/img1.jpg") no-repeat center/100% green; D: url("../img/img1.jpg") no-repeat center/100% 100% green;
- 设置背景颜色为green,背景图片垂直居中显示,背景图片充满整个区域,但是背景图片不能变形,图片只出现一次,以下书写正确的是
- 若背景图片比容器小,但只想要显示一张图片,且控制其位置在左侧居中显示,该如何设置代码?( ) A: .box{ background-repeat:repeat; background-position:center left; } B: .box{ background-repeat:repeat; background-position:left center; } C: .box{ background-repeat:no-repeat; background-position:center left; } D: .box{ background-repeat:no-repeat; background-position:left center; }
- background: url(2、png),url(1、jpg),url(3、png),url(4、jpg);},表示哪张图片处在最上层()。
- background:url(2、png),url(1、jpg),url(3、png),url(4、jpg);},表示哪张图片处在最上层() A: 2、png B: 1、jpg C: 3、png D: 4、jpg