gpt4 book ai didi

html - 为单个页面覆盖 Bootstrap 样式

转载 作者:太空宇宙 更新时间:2023-11-03 23:15:42 24 4
gpt4 key购买 nike

我尝试通过将值更改为“margin-bottom:0”来覆盖 .nav 中的“margin-bottom:20px”,但它确实有效。它只对特定网页使用一次。

不知道怎么办?

我仍然想保留原来的值“margin-bottom: 20px”,因为它在其他网页中使用。

<style>

.nav{
margin-bottom: 20px;
}

</style>

enter image description here

最佳答案

使用内联样式,它具有更高的优先级并且可以工作,因为您仅将其用于单个页面。

<div class="nav" style="margin-bottom: 0;">

关于html - 为单个页面覆盖 Bootstrap 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30665654/

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