请老师检查
来源:5-2 编程练习
Hategreen
2020-04-06 17:03:33
<html>
<head>
<style type="text/css">
div{
width:200px;
height:200px;
}
.imge1{
position:absolute;
top:20px;
left:40;
z-index:10;
}
.imge2{
position:absolute;
top:40px;
left:60;
z-index:20;
}
</style>
</head>
<body>
<div class="imge1">
<img width="300px" height="246px" src="//img.mukewang.com/climg/5d6907640001942b19201080.jpg" />
</div>
<div class="imge2">
<img width="300px" height="246px" src="//img.mukewang.com/climg/5d69081300019a7c09390769.jpg" />
</div>
</body>
</html>
1回答
已完成练习,棒棒哒!继续加油!
如果我的回答解决了你的疑惑,请采纳!祝学习愉快!
相似问题