请问对吗??
来源:2-18 编程练习
Mr学
2019-07-15 22:40:46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>background-image</title>
<style type="text/css">
/*此处写代码*/
div{
width:300px;
height:300px;
padding:10px;
background:url("http://climg.mukewang.com/582c3b780001a95103000090.jpg") no-repeat center top,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></div>
</body>
</html>1回答
好帮手慕星星
2019-07-16
同学你好,实现效果没有问题,很棒!
祝学习愉快!