Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created November 26, 2013 22:43
Show Gist options
  • Save dahngeek/7667647 to your computer and use it in GitHub Desktop.
Save dahngeek/7667647 to your computer and use it in GitHub Desktop.
Limpiar los floats hijos y asi el padre puede tener un alto del tamanio de sus hijos floats
.grid:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment