gpt4 book ai didi

html - 网站 div 不会从左向右拉伸(stretch),如何修复 css?

转载 作者:太空宇宙 更新时间:2023-11-04 05:15:27 26 4
gpt4 key购买 nike

enter image description here

enter image description here

#header {
z-index: 1;
width: 100%;
padding: 8px 0px 8px 0px;
background-image: url('img/head-img.png');
background-repeat: repeat;
}

#nav {
z-index: 1;
margin: 0px auto;
text-align: center;
font-size: 25px;
}

#nav a {
color: white;
text-decoration: none;
padding-right: 10px;
font-family: fantasy;
}

#nav a:hover {
color: black;
text-decoration: underline overline;
}

#dlogo {
position: absolute;
/* background-color: #feffe3; */
z-index: -1;
width: 100%;
height: 100%;
}

#dtext {
position: absolute;
z-index: -1;
margin: 0px auto;
width: 100%;
height: 100%;
}

#blogo {
display: block;
margin-top: 12%;
margin-left: auto;
margin-right: auto;
}

#btext {
margin-top: 55px;
margin-left: 40%;
}

#wrapper {

}

#content {
margin: 0px auto;
margin-top: 60px;
min-width: 600px;
max-width: 1000px;
font-size: 22px;
font-family: sans-serif;
}

#content h1, h2 {
color: orange;
font-family: serif;
}

#content a {
color: black;
text-decoration: none;
}

#content a:hover {
color: red;
}

#footer {
z-index: 1;
width: 100%;
height: 200px;
background-color: #1d726d;
margin-top: 40%;
}


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<title></title>
</head>
<body>
<div id="dlogo">
<img id="blogo" src="img/back-img2.png" />
</div>
<div id="dtext">
<img id="btext" src="img/f-it2.png" />
</div>
<div id="header">
<div id="nav">
<a href="">Home</a>
<a href="">About Us</a>
<a href="">Solutions</a>
<a href="">Success Stories</a>
<a href="">Contracts</a>
<a href="">Careers</a>
<a href="">Contact Us</a>
</div>
</div>
<div id="wrapper">
<div id="content">

</div>
</div>
<div id="footer">

</div>
</body>
</html>

如果仔细观察,您会发现黑色导航栏/标题不会一直左右拉伸(stretch)。

整个网站似乎都应用了 10px 的边距。

如何摆脱我从未应用过但不会发生在任何其他网站上的“ margin ”。

我正在使用 netbeans、chrome 和 xampp。

最佳答案

您应该使用重置样式表来重置浏览器添加到网页的默认规则。 Eric Meyer'sYUI's重置样式表适用于大多数网页。就个人而言,我使用 Eric Meyer 的网页。确保将重置样式表放在任何其他样式表之前。

关于html - 网站 div 不会从左向右拉伸(stretch),如何修复 css?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8263818/

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