<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.