使用"margin: auto;"将一个元素在父元素中上下左右居中。
如果只是在水平方向居中,使用如下格式:
margin: 10px auto 20px; //其中,10px是top,20px是bottom
本文共 159 字,大约阅读时间需要 1 分钟。
使用"margin: auto;"将一个元素在父元素中上下左右居中。
如果只是在水平方向居中,使用如下格式:
margin: 10px auto 20px; //其中,10px是top,20px是bottom
转载于:https://www.cnblogs.com/sungang3225/p/3644403.html