Skip to content

Instantly share code, notes, and snippets.

@sskylar
Created November 13, 2012 16:01
Show Gist options
  • Save sskylar/4066592 to your computer and use it in GitHub Desktop.
Save sskylar/4066592 to your computer and use it in GitHub Desktop.
Symbolset as background
<style>
.ss-book { font-size: 18px; text-decoration: none; position: relative; color: black; }
.ss-book:before { font-size: 80px; position: absolute; left: -16px; top: -36px; color: #ccc;}
.ss-book .text { position: relative; z-index: 1; }
</style>
<a href="#" class="ss-book"><span class="text">Books</span></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment