块元素 居中
Posted enych
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了块元素 居中相关的知识,希望对你有一定的参考价值。
element.style { width: 128px; height: 128px; position: absolute; top: 50%; left: 50%; margin-top: -64px; margin-left: -64px; }
未知子元素宽高
//父元素 element.style { display: flex; }
//子元素 element.style { margin: auto; }
出处 :https://www.cnblogs.com/Youngly/p/6796922.html
以上是关于块元素 居中的主要内容,如果未能解决你的问题,请参考以下文章