gpt4 book ai didi

html - 正文和背景部分使用 CSS 分开

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

如何使用 CSS 将网站的正文/内容区域与背景分开。为了向您展示我的意思,请看附图。因此,两侧的背景将扩展到拥有超大显示器的人,但内容将始终保持相同大小。

谢谢,阿马尔

http://i.imgur.com/2AYnU.jpg

最佳答案

试试这个。

body {
background: #000;
padding: 50px;
}

#content {
width: 960px;
background: #fff;
}

关于html - 正文和背景部分使用 CSS 分开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8157749/

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