Skip to content

Instantly share code, notes, and snippets.

@joe-watkins
Created February 17, 2014 19:46
Show Gist options
  • Save joe-watkins/9057578 to your computer and use it in GitHub Desktop.
Save joe-watkins/9057578 to your computer and use it in GitHub Desktop.
A Pen by Joe Watkins.
<h1>WINNING <span>MARK</span></h1>
@import "compass";
$brandPrimary: #DA5A39;
$brandSecondary: #386066;
$brandTertiary: #E7E8E9;
$logoSize: 4em;
h1 {
font-family: 'league_gothicregular', Arial;
letter-spacing:-1px;
padding-left:1.1em;
font-size:$logoSize;
color:$brandPrimary;
span {
color:$brandSecondary;
margin-left:-.13em;
}
&:before,&:after,span:before {
content: '\25CF';
font-family:Fontawesome;
position:absolute;
font-size:$logoSize - 2;
line-height:1em;
}
&:before { // light
left:.18em;
top:.44em;
font-size:$logoSize - 2.7;
color:$brandTertiary;
z-index:10;
}
&:after { // orange
left:.57em;
top:1.32em;
font-size:$logoSize - 3.3;
color:$brandPrimary;
z-index:15;
}
span:before { // green
left:2px;
top:.09em;
color:darken($brandSecondary,10%);
z-index:5;
}
}
h2 {
font-family: 'Gloria Hallelujah', cursive;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment