多语言展示
当前在线:176今日阅读:176今日分享:34

CSS3 table-cell and flex实现垂直居中

垂直居中是布局中十分常见的效果之一,为实现良好的兼容性,css3,针对移动端的垂直居中就更加多样化
工具/原料
1

html css 基础知识

2

sublime text 3

方法/步骤
1

打开sublime text 3 编辑器,新建一个index.html快捷键:alt+command+n文件名:index.html

2

建立html5基础页面内容;快捷键:输入html5;tab建补全;            css3 box flex table-cell cgruppo    

3

display:table-cell                             css3 box flex table-cell cgruppo                               

           
                middle style           
           
               
                    middle style               
           
       
   

4

display:flex                        

                
                    using flex middle style                
                
                    
                        

using flex middle style

                        

using flex middle style

                    
                
            

推荐信息