2-18 编程练习
来源:2-18 编程练习
慕码人5382834
2020-10-22 23:09:06
请老师检查,谢谢
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>background-image</title>
<style type="text/css">
div{
width:350px;
height:800px;
background-size:300px 90px;
background-image: url(http://climg.mukewang.com/582c3b780001a95103000090.jpg),url(http://climg.mukewang.com/582c3b6d0001197603000090.jpg),url(http://climg.mukewang.com/582c3b61000122dd03000090.jpg) ;
background-position:10px 0,10px 100px,10px 200px;
background-repeat:no-repeat;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
1回答
同学你好,效果实现的是对的,继续加油,祝学习愉快~
相似问题