我正在尝试将 HTML 按钮准确地对齐在页面的中心,而不管使用的浏览器如何。它要么向左浮动,同时仍处于垂直中心,要么位于页面上的某个位置,如页面顶部等。
我希望它垂直和水平居中。这是我现在写的:
<button type="button" style="background-color:yellow;margin-left:auto;margin-right:auto;display:block;margin-top:22%;margin-bottom:0%">
mybuttonname
</button>