.box { display: inline-block; padding: 5px; } #left-box { width: 62%; float: left; } #right-box { width: 32%; float: right; }