gpt4 book ai didi

html - 无法居中

转载 作者:太空宇宙 更新时间:2023-11-03 19:27:28 25 4
gpt4 key购买 nike

我尝试将导航段落居中,但它不会居中。我现在已经尝试了很多东西,但找不到结果。

这是我的 CSS:

header {
background: #444444;
z-index: 100;
transition: height 600ms 0s ease;
position: fixed;
top: 0;
right: 0;
left: 0;
color: #ffffff;
}

#head {
font-family: quicksand;
text-align: center;
}

nav {
background: #333333;
position: fixed;
top: 82px;
right: 0;
left: 0;
color: #ffffff;
}

.navs {
font-family: quicksand;
font-size: 18px;
text-align: center;
display: inline-block;
}

a,
a:link,
a:visited,
a:hover {
text-decoration: none;
color: white;
font-family: quicksand
}

#left {
margin-right: 15px;
}

Here is my HTML :
<header>
<h1 id="head">Resume - Mathias Nicolajsen</h1>
</header>
<nav>
<a href="diagonaler.html"><strong><p class="navs" id="left">Projecter</p></strong></a>
<strong><p class="navs">Omkring mig</p></strong>
</nav>
<p>Lavet af Mathias Nicolajsen</p>

我该怎么做?

最佳答案

只需将 text-align: center; 添加到 nav { } 即可使元素居中。

关于html - 无法居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46724164/

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