Created
June 25, 2010 19:37
-
-
Save codingisacopingstrategy/453341 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<title>title</title> | |
<div> | |
<h1>title</h1> | |
<p>text</p> | |
</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
body { | |
margin: 0; | |
padding: 0; | |
} |
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 { | |
margin: 175px 0 0 211px; | |
} |
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
h1 { | |
font: 64px/64px 'CharterBT', 'Bitstream Charter', 'Charis SIL', Georgia, serif; | |
margin: 0 0 12.8px 0; | |
padding: 0; | |
color: #fd297e; | |
text-transform: lowercase; | |
letter-spacing: -5.1px | |
} |
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
p { | |
font: 17.6px/24.6px 'CharterBT', 'Bitstream Charter', 'Charis SIL', Georgia, serif; | |
color: #000; | |
width: 440px; | |
margin: 0 0 10.6px 0; | |
padding: 0 17.6px; | |
text-indent: -8.8px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment