Skip to content

Instantly share code, notes, and snippets.

@winteryoung
Created February 23, 2016 10:17
Show Gist options
  • Save winteryoung/1737b247babb0917df6e to your computer and use it in GitHub Desktop.
Save winteryoung/1737b247babb0917df6e to your computer and use it in GitHub Desktop.
CSS - A trick to clear float
&:after {
content: ".";
display: block;
height: 0;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment