居中div
(推薦教程:css快速入門)
代碼實現(xiàn):
border: 1px solid red;margin: 0 auto; height: 50px;width: 80px;
絕對定位的div居中
代碼實現(xiàn):
border: 1px solid black; position: absolute; width: 200px; height: 100px; margin: 0 auto; left: 0; right: 0;
居中div
(推薦教程:css快速入門)
代碼實現(xiàn):
border: 1px solid red;margin: 0 auto; height: 50px;width: 80px;
絕對定位的div居中
代碼實現(xiàn):
border: 1px solid black; position: absolute; width: 200px; height: 100px; margin: 0 auto; left: 0; right: 0;