/ Published in: CSS
My personal Reset CSS: a mixt of YUI, Eric Meyer and others
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { color: #000; font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif; line-height: 1; margin: 0; padding: 0; } body * { font-size: 1em; margin: 0; padding: 0; vertical-align: baseline; } ul, ol { list-style: none; } fieldset, img { border: 0; } table { border-collapse: collapse; border-spacing: 0; } address { font-style: normal; } abbr, acronym { border: 0; font-variant: normal; } blockquote, q { quotes: "" ""; quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } ins { text-decoration: none; } del { text-decoration: line-through; } a { color: #000; text-decoration: none; } a:hover { text-decoration: underline; } /*a:focus { outline: 0; }*/