码迷,mamicode.com
首页 > Web开发 > 详细

html中的居中问题

时间:2018-06-17 16:55:17      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:标签   属性   center   width   height   div居中   padding   ali   str   

1.表格居中:<table>标签的align属性

<table align="center">
。。。。。。
</table>

2.表格内容居中;text-align:center;

3.<div></div>居中:以下四个属性,只要有width和margin既可以使得整个div居中

width:400px;
height:300px;
padding-top:20px;
margin:auto;

html中的居中问题

标签:标签   属性   center   width   height   div居中   padding   ali   str   

原文地址:https://www.cnblogs.com/xiaopangyu/p/9193073.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!