将屏幕分割为 4 个矩形,高度为 50%,宽度为 50%
我无法将屏幕分成 4 个宽度和高度均为 50% 的 div。 获得 50% 的宽度并浮动它们是没有问题的,但是如何才能让它们每个都有屏幕的 50% 的高度呢?
I am having trouble splitting a screen into 4 divs with width and height of 50%.
It's no problem to get the 50% width and float them around, but how can I get each of them to have a height of 50% of the screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你已经习惯了设置你的宽度;同样的东西也可以用于你的身高。
例如:
如果运行此命令,屏幕上将有 4 个相等的部分,左上角为红色,右上角为蓝色,左下角为绿色,右下角为橙色。
编辑
这适用于以下样式:
I presume you've used to set your width; well the same thing can be used for your height.
For example:
If you run this, you will have 4 equal parts in your screen, with top-left being red, top-right being blue, bottom-left being green, and bottom-right being orange.
Edit
this works with the following styles: