8 ms·
One more without calc for older browsers: .container {width: 80%;} .left {float:left; width: 300px; background: yellow;} .right {margin-left: 300px; background
by Chupachupski 13y ago
One more without calc for older browsers:
.container {width: 80%;}
.left {float:left; width: 300px; background: yellow;}
.right {margin-left: 300px; background: red;}