gpt4 book ai didi

html - div 中的按钮因文本内容而呈现不同

转载 作者:行者123 更新时间:2023-11-28 14:42:09 27 4
gpt4 key购买 nike

<分区>

我在一个 div 中有四个 100*100 像素大小的按钮。然而,它们的位置因文本内容而异。

这是 html:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Memo demo</title>
<style>
button {
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<div id="buttonHolder">
<button type="button" >X</button>
<button type="button" ></button>
<button type="button" >X</button>
<button type="button" >X</button>
</div>
</body>
</html>

这是它在 Chrome 中的呈现方式: chrome screenshot

这是它在 Firefox 上的呈现方式: firefox screenshot

我应该怎么做才能使它们看起来对齐?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com