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?
bootstrap
12-col-md
Can anyone h
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.