Skip to content

Instantly share code, notes, and snippets.

/the.css Secret

Created October 27, 2014 04:58
Show Gist options
  • Save anonymous/45ad0a806120d297f5db to your computer and use it in GitHub Desktop.
Save anonymous/45ad0a806120d297f5db to your computer and use it in GitHub Desktop.
.background{
display: block;
border-radius: 10%;
width: 32px;
height: 32px;
background: #000;
padding: 10px 15px 15px 10px;
}
.stroke{
background: white;
border-radius: 50%;
padding: 2px;
width: 100%;
height: 100%;
}
.inner-circle{
background: #000;
border-radius: 50%;
width: 100%;
height: 100%;
text-align:center;
line-height: 2.1em;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment