Skip to content

Instantly share code, notes, and snippets.

@LukyVj
Created July 31, 2012 14:53
Show Gist options
  • Save LukyVj/3217593 to your computer and use it in GitHub Desktop.
Save LukyVj/3217593 to your computer and use it in GitHub Desktop.
Untitled
.check{
display:block;
float:left;
width:55px;
height:55px;
-webkit-border-radius:55px;
background:#ccc;
}
.check_state{
display:block;
width:45px;
-webkit-border-radius:45px;}
<div class="check">
<div class="check_state" id="on">
</div>
</div>
<div class="check">
<div class="check_state" id="off">
</div>
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment