Skip to content

Instantly share code, notes, and snippets.

@rachelpipkin
Created March 29, 2014 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rachelpipkin/9861306 to your computer and use it in GitHub Desktop.
Save rachelpipkin/9861306 to your computer and use it in GitHub Desktop.
eltbvs / style.css
.logo {
width: 40px;
height: 40px;
border-radius: 25px;
background-color: black;
float: right;
margin-bottom: 50%;
}
.logo-inner-circle {
width: 25px;
height: 25px;
border-radius: 25px;
background-color: transparent;
border: 3px solid white;
margin: 0px auto;
position: relative;
top: 12%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment