CSS全局样式
Posted 晓霜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS全局样式相关的知识,希望对你有一定的参考价值。
@charset "utf-8";
* { margin:0; padding:0; }
body{ font-family: "宋体",Arial,sans-serif; font-size: 14px; color:#000; text-align:center; }
ul,ol,li { list-style-type:none; }
img { border:0 none; }
a { color:#000; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-size:14px;font-weight:normal; }
以上是关于CSS全局样式的主要内容,如果未能解决你的问题,请参考以下文章