<div class="container">
<div class="left">
左
</div>
<div class="right">
右
</div>
</div>
.container{
width:800px;
height:200px;
font-size:0;
}
.left{
font-size:14px;
background:red;
display: inline-block;
width:200px;
height:200px;
}
.right{
font-size:14px;
background:blue;
display: inline-block;
width:600px;
height:200px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.