需要垂直堆叠内联块(可变高度)

时间:2017-01-20 20:50:19

标签: javascript jquery html css vertical-alignment

我正在寻找一种方法(css或js)来制作一堆块(随机高度),如下所示: What I need

同时,默认行为为我提供了这个:

enter image description here

知道如何实现这个目标吗?

(请注意,我希望保持从左到右的顺序,以及某种响应能力)

Codepen:http://codepen.io/Trost/pen/ygMwJQ

.item{
  display: inline-block;
  background: grey;
  width: 100px;
  height: 100px; //height is variable
  margin: 5px;
}

0 个答案:

没有答案