css如何使用flex布局实现上下左右居中

2024-10-12 11:33:49

1、新建一个html文件,命名为test.html,用于讲解css如何使用flex布局实现上下左右居中。

css如何使用flex布局实现上下左右居中

3、在test.html文件内,设置div标签的class为mydiv。

css如何使用flex布局实现上下左右居中

5、在css标签内,再将display属性设置为flex,同时将align-items属性设置为center(水平居中),将justify-content属性设置为center(垂直居中)。

css如何使用flex布局实现上下左右居中
猜你喜欢