4-3 求检查
来源:4-3 编程练习
帆某人
2018-07-31 06:33:09
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <Style> *{margin:0; padding:0; } .back{ width:100%; height:4033px; background: url("http://climg.mukewang.com/59c9f7ce0001839219034033.png") center top no-repeat; } .left{ width:224px; height:364px; position:fixed; top:50%; left:0; margin-top:-182px; } .right{ width:224px; height:364px; position:fixed; top:50%; right:0; margin-top:-182px; } </Style> </head> <body> <div class="back"> <div class="left"> <img src="http://climg.mukewang.com/5a3383d00001a3dd02240364.png"> </div> <div class="right"> <img src="http://climg.mukewang.com/5a3383c70001f1b702240364.png"> </div> </div> </body> </html>
1回答
效果是正确的哦,继续加油~~