gpt4 book ai didi

javascript - div里面的按钮不显示

转载 作者:太空宇宙 更新时间:2023-11-04 14:19:41 25 4
gpt4 key购买 nike

Fiddle

我正在制作一个社交按钮,我希望它看起来有点像自定义的 g+ 登录按钮:

enter image description here

但是,当我放置第二个 div(以保持按钮的右侧部分)时,它不显示:

enter image description here

HTML:

<div id='p' style='display: inline-block'>Testing Testing 123</div>

CSS:

#p {
height: 25px;
width: 50px;
background: #371e41
}

最佳答案

按钮中的字母没有足够的空间。如果增加按钮的宽度,例如在按钮中放置 width: 300px,字母将显示。

#b {
height: 25px;
width: 300px;
...
}

Fiddle

关于javascript - div里面的按钮不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20025885/

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