2柱砌体不能正常流动

时间:2018-03-08 21:52:09

标签: css column-count

我在一个可点击的抽屉里显示了一些推荐书,名为"我的客户在说什么"在砌体网格中。但最后的证词并不在正确的栏目中。

https://amberpope.8z.com/



    .testimonial {
        position: relative;
        background: #FFFFFF;
        margin-bottom: 70px;
        display: inline-block;
        padding: 15px;
        z-index: 0;
    }

    .testimonialmasonry {
        column-count: 2;
        column-gap: 2em;
        text-align: center;
    }

    <div class="testimonialmasonry">
        <div class="testimonial">This is a testimonial</div>
        <div class="testimonial">This is also a testimonial</div>
    </div>
&#13;
&#13;
&#13;

0 个答案:

没有答案
相关问题