请老师帮忙检查一下
来源:4-3 编程练习
老二次
2020-01-09 15:53:02
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
* {
padding: 0px;
margin: 0px;
}
.bg {
width: 100%;
height: 4043px;
background: url(http://climg.mukewang.com/59c9f7ce0001839219034033.png) center top no-repeat;
}
.qd {
width: 224px;
height: 364px;
position: fixed;
left: 0px;
top: 50%;
margin-top: -182px;
background: url(http://climg.mukewang.com/5a3383c70001f1b702240364.png) center top no-repeat;
}
.java {
width: 224px;
height: 364px;
position: fixed;
right: 0px;
top: 50%;
margin-top: -182px;
background: url(http://climg.mukewang.com/5a3383d00001a3dd02240364.png) center top no-repeat;
}
</style>
</head>
<body>
<div class="bg"></div>
<div class="qd"></div>
<div class="java"></div>
</body>
</html>
1回答
同学你好,代码是正确的,很棒。继续加油,祝学习愉快~
相似问题