Change number of columns depending on screen size

后端 未结 3 773
既然无缘
既然无缘 2021-01-13 04:07

I am experimenting with Bootstrap and I was wondering how can I adjust number of columns depending of screen size. I saw this from Bootstrap CSS tutorial:

&l         


        
3条回答
  •  不要未来只要你来
    2021-01-13 05:03

    Yes, you can change number of columns with Bootstrap. That's what flexible grid is for.

    Here's an example that follows your instructions:

    first
    second
    third
    fourth
    fifth
    sixth

    See Bootply Demo.

提交回复
热议问题