Skip to content

Instantly share code, notes, and snippets.

@samlecuyer
Created August 30, 2016 17:45
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 samlecuyer/8dd071c4dbaf0c09c51fac696c781d8a to your computer and use it in GitHub Desktop.
Save samlecuyer/8dd071c4dbaf0c09c51fac696c781d8a to your computer and use it in GitHub Desktop.
spirit reform logo
.logo {
color: #333;
height: 100px;
width: 100px;
font-size: 100px;
line-height: 100px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
font-family: 'Open Sans';
}
.logo:after {
content: '⬡';
position: relative;
font-family: 'Open Sans';
}
.logo:before {
display: block;
content: '⚗';
color: #333;
font-size: 68%;
top: 0;
bottom: 0;
position: absolute;
transform: translateX(-10%);
}
<span class="logo"></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment