html中div如何水平和垂直居中的幾種css方法代碼

一、記錄下幾種盒子居中的方法: 1、margin固定寬高居中; 2、負margin居中; 3、絕對定位居中; 4、table-cell居中; 5、flex居中; 6、transform居中; 7、不確定寬高居中(絕對定位百分數); 8、button居中。 二、代碼演示(html使用同一個Demo): html Demo: <body> <div id="container"> <div id=
相關文章
相關標籤/搜索