当前位置:  开发笔记 > 编程语言 > 正文

如何在CSS中纵向和横向对齐?

如何解决《如何在CSS中纵向和横向对齐?》经验,为你挑选了0个好方法。

我有一个这样的盒子:

Notes
With our complete study notes, your homework is much easier.
Things To Know
Things to know provides additional information on every topic which enhance the knowledge of the students.
Videos
Reference videos on each topic provides experimental ideas and develops interactive learning technique.
Solved Question and Answer
With 100's of solved questions solved, now you can easily prepare your exam for free.

添加一点样式使它看起来像这样:

我试过这样使用vertical-align:

.notes-list-box > div {
  vertical-align: top;
}

它的工作原理.但我不知道如何align vertical at bottom使所有的空白区域也降到最低点.

所以下面的白色空间注释并解决问题和答案white background直到底部.

我想用空白填补这些空白:

推荐阅读
ERIK又
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有