CSS 纯css中的相等高度列

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 纯css中的相等高度列相关的知识,希望对你有一定的参考价值。

.wrapper {
  overflow:hidden;
  background: blue;
  height: 200px;
  width: 200px;
  float: left;
}
.column {
  margin-bottom: -2000px;
  padding-bottom: 2000px;
  width: 50px;
  display: inline;
  float: left;
}
#column1 {
  background: red;
}
#column2 {
  background: green;
  float: right;
}

以上是关于CSS 纯css中的相等高度列的主要内容,如果未能解决你的问题,请参考以下文章

css 具有相等高度列的行

表中的相等列只是使用html / CSS而不知道列数

纯 CSS 砌体布局

纯 CSS 砌体布局

纯 CSS 砌体布局

菜单中的固定高度和重复列 - CSS