Skip to content

Instantly share code, notes, and snippets.

@kisildev
Last active March 1, 2019 11:20
Show Gist options
  • Save kisildev/30ced7a37d6f50c298272e818c06eea0 to your computer and use it in GitHub Desktop.
Save kisildev/30ced7a37d6f50c298272e818c06eea0 to your computer and use it in GitHub Desktop.
Clearfix
.clear_fix:after {
content: '.';
display: block;
height: 0;
font-size: 0;
line-height: 0;
clear: both;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment