Skip to content

Instantly share code, notes, and snippets.

@kikobr
Created July 2, 2013 15:22
Show Gist options
  • Save kikobr/5910226 to your computer and use it in GitHub Desktop.
Save kikobr/5910226 to your computer and use it in GitHub Desktop.
Pseudo-elements
.something:before{
content:"";
width:100px;
height:100px;
display:block;
/*position:absolute;*/
background-color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment