Skip to content

Instantly share code, notes, and snippets.

@voodeng
Created August 31, 2013 09:19
Show Gist options
  • Save voodeng/6397145 to your computer and use it in GitHub Desktop.
Save voodeng/6397145 to your computer and use it in GitHub Desktop.
常用 css 代码段
/* reset */
/* clearfix */
.clearfix:before, .clearfix:after {
content:"";
display:table;
}
.clearfix:after{
clear:both;
overflow:hidden;
}
.clearfix{
zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment