How to limit columns with flexbox

Posted on: November 15th, 2022
By: Tadeo Martinez

I was trying to create a five column layout but that’s not possible with Bootstrap so I found how to limit the amount of columns using flex-basis

flex-basis:20%

Here’s the StackOverflow thread with more details:

https://stackoverflow.com/questions/43691890/css-flexbox-max-column-number

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *