gpt4 book ai didi

html - 左边距出现在我不想要的 html 中

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

这个导航栏中有一个额外的左边距,我无法更改 fiddle 是 here

HTML

<body>
<div class="wrapper">
<div class="container">
<nav class="nav">
<ul>

<a class="navlic" href="index.html"><li>Home</li></a>
<a class="navli" href="portfolio.html"><li>Portfolio</li></a>
<a class="navli" href="blog.html"><li>Blog</li></a>
<a class="navli" href="about.html"><li>About</li></a>
</ul>
</nav>
</div>
<div class="content">
<span><h1></h1></span>
</div>
<footer>
<p></p>

</footer>
</div>
</body>

CSS 在 fiddle

最佳答案

nav 对象有一个固定的位置...使用 left:0 代替

JS Fiddle Example

关于html - 左边距出现在我不想要的 html 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26351510/

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