Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Last active November 20, 2015 17:23
Show Gist options
  • Save ultim8k/01e9a4b5482d6260e09f to your computer and use it in GitHub Desktop.
Save ultim8k/01e9a4b5482d6260e09f to your computer and use it in GitHub Desktop.
Untitled
* { box-sizing: border-box; }
html { font-family: ProximaNova-Regular, "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif; }
.text-center { text-align: center; }
.logo {
display: block;
}
.logo__icon,
.logo__text {
display: inline-block;
vertical-align: middle;
}
.logo__icon {
width: 97px;
height: 97px;
background-color: #DA552F;
color: white;
border-radius: 50%;
font-size: 50px;
}
.logo__text {
margin-left: 10px;
font-family: ProximaNova-Bold, "Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
font-size: 35px;
line-height: 30px;
color: black;
}
.text--hunt { color: #DA552F; }
<div class="text-center">
<div class="logo">
<div class="logo__icon">P</div>
<div class="logo__text">Please don't<br><span class="text--hunt">hunt</span> me yet</div>
</div>
<p>Want to add this to your prelaunched product?</p>
<div><a class="btn btn--outline btn--orange">Get it here</a></div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment