gpt4 book ai didi

html - CSS 颜色不适用于链接

转载 作者:行者123 更新时间:2023-11-28 16:46:01 25 4
gpt4 key购买 nike

Incognito 中访问页面时(删除:visited 样式)链接的文本是蓝色,但它应该是白色.

.button { 
color:#ffffff; /* white */
background:#d8eaf0;
}
.button:visited {
color:#ffffff; /* white */
background:#d8eaf0;
}
.button:hover {
color:#ffffff; /* white */
background:#3838a5;
}
.button:active {
color:#ffffff; /* white */
background:#d8eaf0;
}
<a href="example.com" style="text-decoration: none" class="button">text</a>

最佳答案

将“.button”CSS 样式所在的位置更改为“.button:link”。

关于html - CSS 颜色不适用于链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33168976/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com