Skip to content

Instantly share code, notes, and snippets.

@jasonm23
jasonm23 / screen.css
Created August 10, 2010 05:49
markdown friendly css
html { font-size: 62.5%; }
html, body { height: 100%; }
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 150%;
line-height: 1.3;
color: #f6e6cc;
width: 700px;
margin: auto;