gpt4 book ai didi

html - 对齐 fieldset 内的元素

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

我尝试了不同的选项来对齐字段集中的元素,以便使用不同的方法将标题、文本和“了解更多”按钮保持在同一行上。但结果仍然是负面的: Align result

这是我的代码:

fieldset {
height: 100%;
}
fieldset.scheduler-border {
border: 2px solid #efefef !important;
border-radius: 5px;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
font-size: 0.7em !important;
font-weight: bold !important;
text-align: center !important;
width:inherit; /* Or auto */
padding:0 10px; /* To give a bit of padding on the left and right */
border-bottom:none;
vertical-align: sub;

}
.btn-devices{
text-transform: none;
background-color: #e64232;
color: white;
}
<div class="col-md-4">
<fieldset class="scheduler-border">
<legend class="scheduler-border red">DEVICES</legend>
<h3>ALL DEVICES SUPORTED</h3>
<p class="desc-features">All our products are perfectly optimized for mobile, desktop and tablet.</p>
<button type="button" class="btn btn-danger btn-devices">Learn More</button>
</fieldset>
</div>

我将不胜感激任何可能的建议,因为我没有找到有关此主题的信息的任何帮助。

最佳答案

正如 Paulie_D 在评论中提到的,没有方法可以做到这一点,但如果适合您定义最小高度,那么您就可以做到这一点。为您的描述添加 min-height:100px

参见 fiddle :http://jsfiddle.net/txdbsmdh/2/

关于html - 对齐 fieldset 内的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38131650/

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