gpt4 book ai didi

html - DIV 中两个按钮之间的间距

转载 作者:搜寻专家 更新时间:2023-10-31 21:57:46 25 4
gpt4 key购买 nike

我有一个包含一些按钮的 DIV。我希望这个 DIV 中的这些按钮之间有 16px 的间距。有人可以告诉我该怎么做吗?

最佳答案

在 CSS 中:

.Container input{ /* You Can Name it what you want*/
margin-right:16px;
}
.Container input:last-child{
margin-right:0px;
/*so the last one dont push the div thas giving the space only between the inputs*/
}

将该 css 类提供给 div :

<div class="Container "><input........</div>

关于html - DIV 中两个按钮之间的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25177435/

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