Skip to content

Instantly share code, notes, and snippets.

@ninjascribble
Created October 18, 2012 03:52
Show Gist options
  • Save ninjascribble/3909777 to your computer and use it in GitHub Desktop.
Save ninjascribble/3909777 to your computer and use it in GitHub Desktop.
Untitled
button.playpause {
background: none;
border: 3px solid #ccc;
border-radius: 50%;
content: "<span></span>";
display: inline-block;
height: 40px;
overflow: hidden;
position: relative;
text-indent: -2000px;
width: 40px;
}
button.playpause span {
content: "yo yo yo";
display: block;
position: absolute;
}
<button class="playpause paused"><span></span></button>
{"view":"split","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