前端开发 css中如何让div居中2021-04-23阅读(124)评论(0)css中让div居中的方法:1、对div使用绝对布局“position:absolute;”;2、对div使用绝对布局并把top和left的值都设置为50%;3、通过css3的transform属性实现div居中。