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