Best Way to do Columns in HTML/CSS

后端 未结 7 921
执念已碎
执念已碎 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条回答
  •  时光说笑
    2020-12-05 00:24

    You should probably consider using css3 for this though it does include the use of vendor prefixes.

    I've knocked up a quick fiddle to demo but the crux is this.

    
    

    col1

    col2

    col3

提交回复
热议问题