参考网址:http://www.php.cn/css-tutorial-413352.html
margin设置无效解决方案:用 css 给需要设置 margin 的上一层添加 text-align
:
center
;
HTML
1 2 3 |
|
CSS
1 2 3 4 5 6 7 8 9 |
|
参考网址:http://www.php.cn/css-tutorial-413352.html
margin设置无效解决方案:用 css 给需要设置 margin 的上一层添加 text-align
:
center
;
HTML
1 2 3 |
|
CSS
1 2 3 4 5 6 7 8 9 |
|