<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="2.css"/> </head> <body> <img src="img/denglong.jpg" class="img1"> <div class="head"> 首页 | 部门 | 招生 | 论坛 | 关于 </div> <div class="banner"> <div class="zuo"> <a href="#">商业</a><br> <a href="#">法律</a><br> <a href="#">人文</a><br> <a href="#">生物</a><br> <a href="#">物理</a><br> </div> <div class="shang"> 欢度新春佳节 </div> <img src="img/chunjie.jpeg" class="img2" > </div> </body> </html> css .img1{ float: left; height:7.5rem ; } .head{ background: pink; height: 120px; font-size: 15px; font-weight: bold; float: left; text-align: center; line-height: 120px; } .banner{ width: 700px; } .zuo{ background: yellow; width: 200px; height: 400px; text-align: center; float: left; } .shang{ color: red; font-size: 1.25rem; font-weight: bold; background: greenyellow; width: 490px; height: 50px; text-align: center; float: left; } .img2{ width: 30.625rem; height: 350px; }