當前位置:首頁 » 網頁前端 » 前端按鈕左對齊
擴展閱讀
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等。