快速编写 <a> ————CSS3


a{
text-decoration:none;
}
a:link{
color:white;

}
a:visited {
color:white;
}
a:hover {
color:blue;
}
a:active{
color:white;
}

 

 

posted @ 2019-07-13 17:50  远征i  阅读(227)  评论(0编辑  收藏  举报