Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 22, 2012 12:21
Show Gist options
  • Save tyv/2768726 to your computer and use it in GitHub Desktop.
Save tyv/2768726 to your computer and use it in GitHub Desktop.
Untitled
.i:before
{
content: 'before ';
color: green;
}
.i:after
{
content: ' after';
color: red;
}
<div class="i">me</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment