Best Way to do Columns in HTML/CSS

后端 未结 7 892
执念已碎
执念已碎 2020-12-04 23:33

I\'m looking for a way to display 3 columns of content. I\'ve found a way to display wrap-around columns, but I don\'t want that for this page. I\'m looking for a way to say

7条回答
  •  萌比男神i
    2020-12-05 00:20

    Bootstrap. Check out their awesome grid system here.

    Using Bootstrap, you could make three columns like this:

    .col-md-4
    .col-md-4
    .col-md-4

提交回复
热议问题