将一个div置于div内部的中心
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将一个div置于div内部的中心相关的知识,希望对你有一定的参考价值。
Of course, you don't have to set the width to 50%. Any width less than the containing div will work. The margin: auto is what does the actual centering.
#inner { width: 50%; /* This is a example number */ margin: auto; }
以上是关于将一个div置于div内部的中心的主要内容,如果未能解决你的问题,请参考以下文章