html { height:100%; } * { margin:0; padding:0 } body { height:100%; overflow:hidden; } .container { width:800px; height:600px; margin:0 auto; background:#f9f9f9; padding:50px } .container-item { margin-top:30px } .confirm { width:10%; margin-top:20px; height:30px; margin-left:300px } .reset { width:10%; height:30px; margin-left:20px } input { margin-lefT:12px; padding-left:10px; height:20px } table { width:100%; margin-top:30px } table tr { text-align:center; width:100% } table tr th { text-align:center; background:lightblue; height:30px } table tr td { text-align:center; height:40px; border:1px solid #999 }