完全居中
Posted 刘顺利
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了完全居中相关的知识,希望对你有一定的参考价值。
position: absolute;
top: 0;
height: 100%;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
以上是关于完全居中的主要内容,如果未能解决你的问题,请参考以下文章