• 怎么让div 居中

    div元素居中可以通过以下几种方法实现:1. 使用flexbox布局,在父元素上添加display: flex和justify-content: center属性,然后将子元素设置为margin: auto。```html .center {