Last active
November 20, 2015 17:23
-
-
Save ultim8k/01e9a4b5482d6260e09f to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { 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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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