<!DOCTYPE html>
<html>
<head>
<style type="text/css">
*{
margin:auto;
padding:0;
}
.wrapper{
width:100%;
}
.blog{
height:50px;
border:1px solid red;
margin-bottom:5px;
text-align:center;
line-height:50px;
}
.container{
height:500px;
border:1px solid red;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="blog">BLOG</div>
<div class="container">
<div class="left">
<div class="ice">
<div class="ice-img">
<img src="./图1.jpg" width="200" height="250">
</div>
<div class="ice-p">
<p>LOREM</p>
</div>
<div class="ice"></div>
</div>
<div class="right"></div>
</div>
</div>
</body>
</html>