Gutter between divs

前端 未结 4 1140
轮回少年
轮回少年 2020-12-22 02:40

See the following codepen for what I currently have: https://codepen.io/anon/pen/GjWYPO

4条回答
  •  無奈伤痛
    2020-12-22 03:11

    I think adding this to your css, would do the job for you.

    .col-1-3.bg-green{
        width:calc(100%/(3/1) - (3-1)*2px);
      margin:0px 2px;
    }
    

提交回复
热议问题