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

html教程评论1.1K views阅读模式

摘要:

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

display:table

         
   
   
     one 
    
   
     two 
    
   
     three 
    
      
 

float

 
                  one            
             
 
                  two            
             
 
                  three            
 

display: inline-block

 
      one
 
 
      two
 
 
      three
 

column-count

 

小结:

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

企鹅博客
  • 本文由 发表于 2019年8月22日 03:01:56
  • 转载请务必保留本文链接:https://www.qieseo.com/370264.html

发表评论