Skip to content

Instantly share code, notes, and snippets.

@msng
Created December 12, 2013 03:58
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 msng/7922994 to your computer and use it in GitHub Desktop.
Save msng/7922994 to your computer and use it in GitHub Desktop.
コンパクトな clearfix のサンプル。ここ参照: http://nicolasgallagher.com/micro-clearfix-hack/
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment