麻烦老师检查下,谢谢。
来源:2-18 编程练习
qq_慕移动3101913
2019-08-06 19:04:59
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>background-image</title>
<style type="text/css">
/*此处写代码*/
div{
width:500px;
height:400px;
background:
url(http://climg.mukewang.com/582c3b780001a95103000090.jpg) no-repeat 0 15px,
url(http://climg.mukewang.com/582c3b6d0001197603000090.jpg) no-repeat 0 120px,
url(http://climg.mukewang.com/582c3b61000122dd03000090.jpg) no-repeat 0 225px;
}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div></div>
</body>
</html>
1回答
你好同学,效果实现正确,继续加油,祝学习愉快!
相似问题