Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created October 22, 2012 04:25
Show Gist options
  • Save uhhuhyeah/3929625 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/3929625 to your computer and use it in GitHub Desktop.
Self-clearing floats
.some-floated-element:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment