Created
July 20, 2012 11:46
-
-
Save sa1f/3150314 to your computer and use it in GitHub Desktop.
Crimson
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
/** | |
* Crimson | |
*/ | |
* { | |
margin: 0; | |
padding: 0;} | |
body { | |
background: #FF2F30;} | |
h4 { | |
font: 2em 'lamplighterscript'; | |
text-align:center; | |
color:rgba(102, 6, 14, .7); | |
} | |
h3 { | |
font:4em 'Jenna Sue'; | |
text-align:center; | |
color:#C50010; | |
margin-top: 1em; | |
margin-bottom: -1.5em; | |
text-shadow: 1px 1px 0px red; | |
} | |
.logo{ | |
color: #66060D; | |
margin: .1em; | |
text-align: center; | |
font: 30em 'CheapPine'; | |
} | |
ul{ | |
text-align: center; | |
margin-top: -4em; | |
} | |
li { | |
font:bold 5em/2em Cubano; | |
text-align:center; | |
color: #F2ECD5; | |
border-bottom: .1em dashed brown; | |
display: inline; | |
vertical-align: middle; | |
margin:5; | |
width: 100%; | |
height: 100%; | |
} | |
#i { | |
margin-left: -.12em;} | |
#f { | |
margin-left: -.18em;} |
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
<h3>The name's<h3> | |
<h1 class='logo'>SAIF</h1> | |
<ul> | |
<li>Who?</li><br> | |
<li>What has he made?</li><br> | |
<li>Does he have a blog?</li><br> | |
<li>Can I contact him?</li> | |
</ul> | |
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":"1","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment