老师,这样可以吗?
来源:7-2 编程练习
阿硕A
2020-03-02 16:26:54
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.img2{
width:150px;
height:200px;
position:fixed;
top:300px;
right:0px;
}
.img3{
width:150px;
height:200px;
position:fixed;
top:300px;
left:8px;
}
</style>
</head>
<body>
<div class="div0">
<img class="img1" src="http://climg.mukewang.com/59c9f7ce0001839219034033.png">
<img class="img2" src="http://climg.mukewang.com/5a3383c70001f1b702240364.png">
<img class="img3" src="http://climg.mukewang.com/5a3383d00001a3dd02240364.png">
</div>
</body>
</html>1回答
同学,你好!实现效果是没问题的,非常棒!继续加油!祝学习愉快!