Return to Snippet

Revision: 28320
at July 7, 2010 03:44 by ivorpad


Initial Code
body {
    font-size: 0.625em;

/* Because the browser's default font size is 16 pixels, we have now reduced the body font size to 10 pixels, which is easier for calculations. */

}

 p { font-size: 1.4em; } /* 14px */
h1 { font-size: 4.8em; } /* 48px */
h2 { font-size: 3.6em; } /* 36px */
h3 { font-size: 2.4em; } /* 24px */
h4 { font-size: 2.1em; } /* 21px */
h5 { font-size: 1.8em; } /* 18px */
h6 { font-size: 1.6em; } /* 16px */

Initial URL


Initial Description


Initial Title
Default Browser Typography Sizes

Initial Tags


Initial Language
CSS