css小例子 css文件

来源:百度知道 编辑:UC知道 时间:2024/06/23 05:25:20
定义body,h1,h2,h3,p,b,strong,div,link的css样式代码

晕死这么多??

body
{
text-align:center;
}

h1,h22,h3,p,b,strong,div
{
font-size:small;
}

a:link {color:brown;text-decoration:none}
a:active {color:brown;text-decoration:none;}
a:visited{color:brown;text-decoration:none;}
a:hover {text-decoration: underline;color: black;}