gpt4 book ai didi

html - CSS 不能停止下划线

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

您好,我在停止 HTML 超链接上的下划线时遇到了问题。我在 CSS 中添加了 text-decoration:none; 但这似乎不起作用,有什么建议吗?

header.main h1 {
margin-bottom: 2rem;
font-size: 55px;
color: #FFFFFF;
text-decoration: none;
}

header.main h2 {
margin-bottom: 2rem;
color: #FFFFFF;
text-decoration: none;
}
<header class="main">
<a href="./index.html">
<h1>Test.com</h1>
<h2>This is a test</h2>
</a>
</header>

最佳答案

a 可能是您的问题。

尝试以下操作:

header.main a { text-decoration: none; }

关于html - CSS 不能停止下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48754416/

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