Skip to content

Instantly share code, notes, and snippets.

@codingisacopingstrategy
Created June 25, 2010 19:37
Show Gist options
  • Save codingisacopingstrategy/453341 to your computer and use it in GitHub Desktop.
Save codingisacopingstrategy/453341 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<title>title</title>
<div>
<h1>title</h1>
<p>text</p>
</div>
body {
margin: 0;
padding: 0;
}
div {
margin: 175px 0 0 211px;
}
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
}
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