关于footer居中问题
做了一个网页,在手机上显示footer总是居左,我现在想让它居中,设了很多属性,但是貌似都没有效果。求高人指教
<footer style="text-align: center">
<p style="text-align:center;">footer居中</p>
<footer>
------解决方案--------------------footer 或p的style里 width:300px;margin:auto;
------解决方案--------------------margin:auto;其实就是上下左右边距自动居中。。。
------解决方案--------------------同2楼。
------解决方案--------------------同意2楼。了