最佳答案
我试图在页面的中心精确地对齐一个 HTML 按钮,而不管使用的是什么浏览器。它要么漂浮在左边,而仍然在垂直中心或在页面上的某个地方,如在页面的顶部等。.
我希望它在垂直和水平两个方向都居中,下面是我现在写的:
<button type="button" style="background-color:yellow;margin-left:auto;margin-right:auto;display:block;margin-top:22%;margin-bottom:0%">
mybuttonname
</button>