Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 23, 2013 12:05
Show Gist options
  • Save arnoldc/5844789 to your computer and use it in GitHub Desktop.
Save arnoldc/5844789 to your computer and use it in GitHub Desktop.
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.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment