快速编写 <a> ————CSS3
时间:2019-07-13 18:12:36
收藏:0
阅读:107
a{
text-decoration:none;
}
a:link{
color:white;
}
a:visited {
color:white;
}
a:hover {
color:blue;
}
a:active{
color:white;
}
原文:https://www.cnblogs.com/expedition/p/11181524.html
评论(0)