请老师帮忙检查下
来源:2-18 编程练习
慕侠635704
2019-11-21 00:03:53
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>background-image</title>
<style type="text/css">
/*此处写代码*/
.content{
width:300px;
height:1000px;
margin:0 auto;
background:
url(http://climg.mukewang.com/582c3b780001a95103000090.jpg) no-repeat center 0,
url(http://climg.mukewang.com/582c3b6d0001197603000090.jpg) no-repeat center 100px,
url(http://climg.mukewang.com/582c3b61000122dd03000090.jpg) no-repeat center 200px;
}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div class="content"></div>
</body>
</html>1回答
同学你好,代码是正确的。继续加油,祝学习愉快~
相似问题