老师这样可以吗?
来源:7-2 编程练习
永遠热泪盈眶
2019-11-02 23:10:59
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> .big{ width:100%; } img{ width:100%; } .right{ position:fixed; top:50%; margin-top:-182px; right:0; } .left{ position:fixed; top:50%; margin-top:-182px; left:0; } </style> </head> <body> <div class="big"> <img src="http://climg.mukewang.com/59c9f7ce0001839219034033.png"> <div class="right"> <img src="http://climg.mukewang.com/5a3383c70001f1b702240364.png"> </div> <div class="left"> <img src="http://climg.mukewang.com/5a3383d00001a3dd02240364.png"> </div> </div> </body> </html>
1回答
已完成练习,棒棒哒!继续加油!
相似问题