美文网首页
css全局样式

css全局样式

作者: 青木川_ | 来源:发表于2017-12-04 10:45 被阅读7次

*{
padding:0;
margin:0;
color: #555555;
text-decoration: none;
}
a{
text-decoration: none;
color: #555555;
}
a:link {
text-decoration: none;
color: #fff;
}

a:visited {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: none;
color: #fff;
}

a:active {
text-decoration: none;
color: #fff;
}

相关文章

网友评论

      本文标题:css全局样式

      本文链接:https://www.haomeiwen.com/subject/dlbtixtx.html