📜  如何使用 CSS 将 div 水平居中?

📅  最后修改于: 2021-09-02 04:56:54             🧑  作者: Mango

元素水平居中:

  • 我们可以使用设置为 auto 的 margin 属性,即 margin:auto;。
  • < div > 元素占据其指定的宽度,并用左右边距等分剩余空间。

例子

html


 

    
        How to horizontally center
        a div using CSS
    
 
    

 

    

GeeksForGeeks

          

margin:auto

      
        It is a computer science portal for         Geeks. GeeksForGeeks ia a good website         for learning computer science;     
 


输出:

支持的浏览器: margin:auto 属性支持的浏览器如下:

  • 苹果Safari
  • 谷歌浏览器
  • 火狐
  • 歌剧
  • IE浏览器