How do I center <div> tag using CSS?
This question already has an answer here:
Add the following to your css rules
margin: 0 auto;
This will horizontally center block level elements.
链接地址: http://www.djcxy.com/p/13214.html上一篇: 中心JavaScript幻灯片?
下一篇: 如何使用CSS将<div>标签居中?