Skip to content

Instantly share code, notes, and snippets.

@findyourmagic
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save findyourmagic/c9db6f2901fea5d6cb44 to your computer and use it in GitHub Desktop.

Select an option

Save findyourmagic/c9db6f2901fea5d6cb44 to your computer and use it in GitHub Desktop.
css fragement
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{
*zoom:1;
}
::selection {
background: #ff8a00;
color: #fff;
}
::-moz-selection {
background: #ff8a00;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment