欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css + table 实现 DIV 居中_html/css_WEB-ITnose

程序员文章站 2024-01-17 17:40:46
...



css.table.centerMiddlePosition.html title >




* { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
body { height: 100 % ; }
#divTest { background - color: #ffff00; border: 1px dotted red; width: 500px; height: 500px; }
.tbeFrame { border - collapse: collapse; border: 1px solid blue; width: 100 % ; height: 100 % ; }
.tbeFrame td { text - align: center; vertical - align: middle; }
style >
head >






利用 css + table 实现 Div 居中 h3 >



width: 250px; height: 100px; " >


用户名:
td >


td >
tr >


密码:
td >


td >
tr >




td >
tr >
table >
td >
tr >
table >
div >
td >
tr >
table >
body >
html >