Skip to content

Instantly share code, notes, and snippets.

@tzi
Created May 11, 2012 14:49
Show Gist options
  • Save tzi/2660231 to your computer and use it in GitHub Desktop.
Save tzi/2660231 to your computer and use it in GitHub Desktop.
An #example of before #css pseudo-element : Background is not always applied on children
a {
}
a:hover {
background-color: #F5F2F0;
}
a:before {
content: 'coco ';
}
a.absolute:before {
position: absolute;
top: 50px;
}
<a href="#">Bou</a><br>
<a href="#" class="absolute">Bou</a>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment