Skip to content

Instantly share code, notes, and snippets.

@netsuite
Created May 21, 2013 20:30
Show Gist options
  • Save netsuite/5622980 to your computer and use it in GitHub Desktop.
Save netsuite/5622980 to your computer and use it in GitHub Desktop.
css: clearfix:after
.myDiv .clearfix: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