gpt4 book ai didi

html - 如何在 fieldset 的 Line-On-Sides 传说中?

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

我有一个带有图例的字段集。

<fieldset>
<legend>TEXT</legend>
</fieldset>

我正在尝试应用一种样式,我需要以下内容:

示例 1:

--------------------文本------------------------

示例 2:

文本------------------------

Ps: 线不是虚线

有没有一种简单的方法可以只用 css 来做到这一点?我找到了一些带有表格的样本...

最佳答案

这是您要找的吗?:

#sample1 {
text-align: center;
border: none;
border-top: 1px solid black;
}

#sample2 {
text-align: left;
border: none;
border-top: 1px solid black;
}
<fieldset id="sample1">
<legend>Sample 1</legend>
</fieldset>

<fieldset id="sample2">
<legend>Sample 2</legend>
</fieldset>

关于html - 如何在 fieldset 的 Line-On-Sides 传说中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27626709/

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