gpt4 book ai didi

html - Foundation 6 内联显示元素

转载 作者:行者123 更新时间:2023-11-28 04:58:16 28 4
gpt4 key购买 nike

我正在为这个问题苦苦挣扎。我试图显示彼此相邻的元素(水平),但我无法实现这种行为。

HTML:

<span>
<p>Enter text:</p>
<input type="text" name="">
</span>

CSS:

.span{
display: inline-block;
}

最佳答案

只需进行此更改

span *{
display:inline-block;
}
<span>
<p>Enter text:</p>
<input type="text" name="">
</span>
<span>
<p>Enter text:</p>
<input type="text" name="">
</span>

关于html - Foundation 6 内联显示元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40264241/

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