📜  css 没有紫色链接 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:42.533000             🧑  作者: Mango

代码示例1
a:hover { text-decoration: none; color:yellow; }
a:focus { text-decoration: none; color:orange; }
a:active { text-decoration: none; color:teal; }