/ Published in: CSS
based loosely on Eric Meyers sheet but then tweaked to my own.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* --- Start Reset and default selectors --- */ html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } a:link, a:visited, a:hover, a:link {text-decoration: none;} body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } .clear {clear: both;} .right {float: right;} .left {float: left;} body {font-size: 62.5%;} strong {font-weight: bold} em {font-style: italic;} /*-- End Reset --*/