另一个重置CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了另一个重置CSS相关的知识,希望对你有一定的参考价值。
My personal Reset CSS: a mixt of YUI, Eric Meyer and others
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; }*/
以上是关于另一个重置CSS的主要内容,如果未能解决你的问题,请参考以下文章