gpt4 book ai didi

html - 背景不在应有的位置 [CSS/HTML]

转载 作者:行者123 更新时间:2023-11-28 07:21:37 25 4
gpt4 key购买 nike

我刚开始学习 CSS/HTML,我正在复制 BBC 的网站。我有 3 种不同的背景 [白色/2 红色],它们不是应该的长度

代码如下: http://jsbin.com/viyuxomiyu/edit?html,output

新闻栏、#topicmenu、#topmenudiv

我已经尝试了类似问题中推荐的所有内容,但我仍然无法让背景覆盖整个页面。

最佳答案

如果 div 具有固定宽度,您将无法将背景扩展到 100% 宽度。你应该做的是包装 div:

<div style="width: 100%, background-color: red"> // full width
<div class="fixedwidth" style="margin: auto"> //Content div. Margin auto will make the div centered horizontally

关于html - 背景不在应有的位置 [CSS/HTML],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32061259/

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