当前位置:首页 » 网页前端 » 前端按钮左对齐
扩展阅读
webinf下怎么引入js 2023-08-31 21:54:13
堡垒机怎么打开web 2023-08-31 21:54:11

前端按钮左对齐

发布时间: 2023-03-02 02:13:04

A. HTML如何调整Button的位置,如 靠左,居中,靠右等。

html中设置按钮的位置:

解决方案一:

如果是绝对定位,可以设置left,还可通过margin,padding等;

" style="box-sizing: border-box; margin: 0px; padding: 0px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; color: rgb(51, 51, 51); font-size: 18.6773px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"> <td style="padding-right:30px"><input type="submit" value="注册"> <input type="reset" value="重置"></td> </tr>

解决方案二:

如果是绝对定位,可以设置left,还可通过margin,padding等。