【问题标题】:How to make left and right side of fieldset dissapear(css/html)如何使字段集的左侧和右侧消失(css/html)
【发布时间】:2022-07-10 19:51:12
【问题描述】:

我是 html 和 css 的初学者。

如何去除fieldset边框的边?

我尝试过: 边框:1px 0 1px 0 在 CSS 中。但它没有用。

【问题讨论】:

    标签: html css


    【解决方案1】:

    我建议:

    fieldset {
        border-inline: 0px none transparent;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-02-06
      • 1970-01-01
      • 2021-09-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-20
      相关资源
      最近更新 更多