gpt4 book ai didi

html,带有中心div的css。火狐谷歌, Chrome 不好

转载 作者:太空宇宙 更新时间:2023-11-03 23:16:19 26 4
gpt4 key购买 nike

我有 6 个按钮,它们在 Firefox 中看起来不错。但它们在 chrome 中的对齐方式不佳。有人知道如何解决这个问题吗?

#test {
text-align: center;
}
<div id="test">
<button><img src="http://lorempixel.com/99/99" width="100" height="100"/></button>
<button><img src="http://lorempixel.com/100/100" width="100" height="100"/></button>
<br/>
<button><img src="http://lorempixel.com/101/101" width="100" height="100"/></button>
<button><img src="http://lorempixel.com/103/103" width="100" height="100"/></button>
<br/>
<button><img src="http://lorempixel.com/98/98" width="100" height="100"/></button>
<button><img src="http://lorempixel.com/102/102" width="100" height="100"/></button>
</div>

最佳答案

最后一个 br 是 chrome 的问题。一个快速的解决方法是在底部添加一个

演示

https://jsfiddle.net/4mL8becz/

HTML

<div id="test">
<button><img src="" width="100" height="100" /></button>
<button><img src="" width="100" height="100" /></button>
<br>
<button><img src="" width="100" height="100" /></button>
<button><img src="" width="100" height="100" /></button>
<br>
<button><img src="" width="100" height="100" /></button>
<button><img src="" width="100" height="100" /></button>
<br>
</div>

关于html,带有中心div的css。火狐谷歌, Chrome 不好,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30423636/

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