将 html 正文分为两部分
是否可以将我网站中的正文标记分成两部分。例如,背景颜色的前 50%(高度)为白色,其余 50% 为黑色? 有谁知道我该怎么做?
谢谢
Is it possible to split the body tag in my web site into two parts. For example having the first 50% (in height) in the background-color in white and the rest 50% in black?
Does anyone know how I can do that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果使用 CSS3 就足够了,那么下面的方法就可以了:
或者你需要一个(垂直)足够大的图像,那么:
If it's enough to work with CSS3, then the following do the trick:
Or you need a (vertically) big enough image, then:
您可以为两种颜色创建两个 DIV,并将内容放在它们上方的第三个 div 中。
You can make two DIVs for the two colors and place the content in a third div over them.
不确定“分割”主体是什么意思,但这里是你如何做到 50 % 50% 背景
Not sure what you mean to 'split' the body but here is how you could do 50% 50% background