热搜:NVER node 开发 php

?4种实现多列布局css_html/css_WEB-ITnose

2024-11-15 10:25:01
?4种实现多列布局css_html/css_WEB-ITnose

摘要:

  多列布局在网站应用中也是经常见到的,今天就分享4中多列布局。

display:table

                                    one                                        two                                        three                        

float

                one                                        two                                        three            

display: inline-block

    one    two    three

column-count

 

 

小结:

  以上代码都是在chrome上测试,如果使用请注意兼容性,有任何问题都可以提问