Skip to content

Instantly share code, notes, and snippets.

@kaievns
Created December 22, 2011 10:54
Show Gist options
  • Save kaievns/1509909 to your computer and use it in GitHub Desktop.
Save kaievns/1509909 to your computer and use it in GitHub Desktop.
CSS3 Links without icons
a.add, a.edit, a.delete
&:before
margin-right: .25em
a.add:before
content: "\271A"
a.edit:before
content: "\270E"
a.delete
color: red
&:before
content: "\2718"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment