How to divide bootstrap row into 5 equal parts?

前端 未结 10 1107
挽巷
挽巷 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:27

    I would suggest to use table instead of bootstrap for dividing it into 5 parts and inside each column again you can use bootstrap grid.

    This answer may help you this

    But if you have any other issues that you can't go with the above way please comment below.

提交回复
热议问题