div居中方法

1.在父元素使用

display: flex;
justify-content: center;
align-items: center

其中justify-content是左右居中,align-items是上下居中

posted @ 2022-09-19 12:04  lwx_R  阅读(36)  评论(0)    收藏  举报