CSS:
.one { width: 13%; } .two { width: 30%; } .three { width: 30%; }
HTML:
2条回答 春和景丽 (楼主) 2021-01-26 17:14 First of all you forgot to close the td after the first input. You can add this css to make them center td { text-align:center; } Have a look on this EXAMPLE 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
First of all you forgot to close the td after the first input.
You can add this css to make them center
td { text-align:center; }
Have a look on this EXAMPLE