How to divide bootstrap row into 5 equal parts?

前端 未结 10 1097
挽巷
挽巷 2020-12-09 18:50

I want to divide bootstrap row into 5 equal parts. It includes 12-col-md, so how i can divide it into equal 5 parts?

Can anyone h

10条回答
  •  独厮守ぢ
    2020-12-09 19:37

    You can use something like

    the first container will have offset so you will have the same margin (col-sm-1) on the left and right side with 5 equal containers inside.

提交回复
热议问题