Skip to content

Instantly share code, notes, and snippets.

@ganglio
Created December 7, 2012 17:16
Show Gist options
  • Save ganglio/4234793 to your computer and use it in GitHub Desktop.
Save ganglio/4234793 to your computer and use it in GitHub Desktop.
Satsuma Logo
.logo {
border: 10px solid orange;
width: 100px;
height: 100px;
border-radius: 40px;
position: relative;
box-sizing: border-box;
color: black;
}
.logo:before {
content: "";
width: 15px;
height: 30px;
background-color: green;
position: absolute;
top:-40px;
left:50%;
-webkit-transform: skew(-25deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment