gpt4 book ai didi

html - CSS 完全用颜色填充 div

转载 作者:行者123 更新时间:2023-11-28 02:43:49 24 4
gpt4 key购买 nike

<h:head>
<title>Facelet Title</title>
<style>
.top{
margin: 0;
padding: 0;
background-color: blue;
height: 15px;
width: max-content;
}
</style>
</h:head>
<h:body>
<div id="header" class="top" >

</div>

<div id="content" class="middle">

</div>
</h:body>

所以,我试图用颜色填充整个 div,但我总是在它周围得到一个白色边框。我该怎么做?

enter image description here

最佳答案

除了 Lennart 的回答之外,您需要确保没有其他 CSS 导致此问题,请注意:

https://developer.mozilla.org/en-US/docs/Web/CSS/max-width

MDN 指出 max-content 是一个实验性 API,不应在生产代码中使用。除非您有意使用实验性 API,否则我建议您坚持使用百分比值、继承值或显式值。

关于html - CSS 完全用颜色填充 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42403579/

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