gpt4 book ai didi

css - 如何将我的页脚中的链接设置为白色?

转载 作者:太空宇宙 更新时间:2023-11-04 16:07:10 27 4
gpt4 key购买 nike

我试图让我的页脚中的链接变成白色#fff,但是我想让我页面上的其余链接保持它们已经存在的颜色。我该怎么做?

#footer {
background: #3b5998;
color: #fff;
font: 11px/14px Lucida Grande, Lucida, Verdana, sans-serif;
padding: 5px 20px;
}

最佳答案

也许您应该为页脚中的每个 anchor 元素添加一个类,而不是将颜色应用于页脚本身:

/*Select only footer tagged elements*/
.footerLink
{
color:#fff;
}

关于css - 如何将我的页脚中的链接设置为白色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8936037/

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