Skip to content

Instantly share code, notes, and snippets.

@radi-cho
Created April 6, 2017 18:08
Show Gist options
  • Save radi-cho/9febb3fea359b979d2da66de778edbd8 to your computer and use it in GitHub Desktop.
Save radi-cho/9febb3fea359b979d2da66de778edbd8 to your computer and use it in GitHub Desktop.
The css code for my checkbox project...
.switch span {
position: relative;
display: inline-block;
width: 40px;
height: 20px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
transition: all .5s;
box-shadow: 1px 2px 3px rgba(0,0,0,.1) inset;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment