gpt4 book ai didi

html - 如何让我的菜单栏居中并一直延伸?

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

好吧,我在这里尝试了很多不同的方法,但我似乎无法让我的菜单栏一直延伸到整个页面。左边有个小缺口。我只是在这里遗漏了什么吗?

此外,到目前为止,这是我能够使页脚稍微居中于页面底部的唯一方法。每次我将左右边距设置为自动时,它都会使页脚与菜单栏对齐。还有更好的方法吗?

谢谢。

<!DOCTYPE html>

<html>
<head>
<title>Connor Lepert: Homepage</title>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<link rel="icon" href="logo.png">
<style>
@font-face {
font-family: Vanadine;
src: url(vanadine.ttf);
}

body {
background-image: url(bckgrnd.jpg);
background-size: 100%;
background-repeat: no-repeat;
font-family: sans-serif;
color: white;
}

a {
color: white;
font-family: Vanadine;
text-decoration: none;
}

a:hover {
color: yellow;
}

p {
color: white;
font-family: Vanadine;
}

footer {
position: fixed;
display: block;
margin-left: 45%;
margin-right: 45%;
text-align: center;
margin-top: 320px;
}

#siteid {
margin-left: auto;
margin-top: auto
}

#menubar {
background-color: #ABADB0;
width: 100%;
height: 20px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
text-align: center;
word-spacing: 20px;
position: fixed;
}

#header {
display: block;
margin-left:auto;
margin-right: auto;
text-align: center;
margin-top: 330px;
}
</style>
</head>

<body>
<div id="siteid"><img src="logowhite.png" width="50px" alt="Personal logo"/></div>
<div id="header"><img src="header.png" width="400" alt="Lepert"/></div>
<div id="menubar">
<a href="index.html">Home</a>
<a href="aboutme.html">About</a>
<a href=mailto:clepert13@gmail.com>Contact</a>
<a href="portfolio.html">Portfolio</a>
<a href="scrapyard.html">ScrapYard</a>
</div>

<footer>©<a href=> 2015 by Connor Lepert </a> <br> <p></p> </footer>
</body>
</html>

最佳答案

你必须在你的正文中添加一个 margin:0

关于html - 如何让我的菜单栏居中并一直延伸?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29807825/

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