gpt4 book ai didi

html - 如何在不使底部边框更粗的情况下在每个导航链接下添加边框

转载 作者:搜寻专家 更新时间:2023-10-31 22:24:04 25 4
gpt4 key购买 nike

我似乎无法让 LinkedIn 链接下的底部边框不那么粗,因为它是双边框的。

ul {
list-style-type: none;
margin: 0px;
padding: 0px;
width: 100px;
border: 1px solid;
border-bottom: 1px solid;
}

li a {
display: block;
color: #000000;
padding: 8px 16px;
text-decoration: none;
text-align: center;
border: 1px;
border-bottom: 1px solid;
}

li:last-child {
border-bottom: none;
}

li a:hover {
background-color: red;
color: white;
}
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://www.linkedin.com/in/derrickogole">LinkedIn</a></li>
</ul>

enter image description here

最佳答案

更改样式

li:last-child a {
border-bottom: none;
}

关于html - 如何在不使底部边框更粗的情况下在每个导航链接下添加边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57659256/

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