div怎样左右居中

要在HTML中使用CSS使`div`元素左右居中,你可以使用以下几种方法:

1. 使用Flexbox

div怎样左右居中

在父元素上设置`display: flex;`,然后使用`justify-content: center;`来实现水平居中。

```html