Skip to content

Instantly share code, notes, and snippets.

@tulvit
Created February 18, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tulvit/33818c4def5cd69c6822fe85d1b54893 to your computer and use it in GitHub Desktop.
Save tulvit/33818c4def5cd69c6822fe85d1b54893 to your computer and use it in GitHub Desktop.
Clearfix hack.
.clearfix::after {
content: "";
clear: both;
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment