div上下左右居中
Posted chengfengchi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了div上下左右居中相关的知识,希望对你有一定的参考价值。
链接
.father {
width: 300px; height:150px;
position: relative;
}
.son {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
}
以上是关于div上下左右居中的主要内容,如果未能解决你的问题,请参考以下文章