css: overflow clear method
.container {
border: 1px solid #000000;
overflow: hidden;
width: 998px;
}
/*
With the simple-clear method, you apply the overflow property to the parent
container, preventing it from collapsing around its floated children.
*/