我在父div上将浮动元素居中时遇到问题。我需要将红色背景div中的div居中。
您可以看到源here
发布于 2013-10-02 08:26:43
将它们包装在另一个div中
margin: 0 auto; text-align: center;
https://stackoverflow.com/questions/19128128
相似问题