css中width有啥屬性?

2020-11-13 15:00:29

css中width相關的屬性有:width屬性、min-width屬性、max-width屬性、border-width屬性、outline-width屬性、column-rule-width屬性、column-width屬性等等。

css中width相關的屬性

  • width屬性:設定元素的寬度

  • min-width屬性:設定元素的最小寬度。

  • max-width屬性:設定元素的最大寬度。

  • border-width屬性:設定四條邊框的寬度。

  • border-bottom-width屬性:設定下邊框的寬度。

  • border-left-width屬性:設定左邊框的寬度。

  • border-right-width屬性:設定右邊框的寬度。

  • border-top-width屬性:設定上邊框的寬度。

  • border-image-width屬性:規定圖片邊框的寬度。

  • outline-width屬性:設定輪廓的寬度。

  • column-rule-width屬性:規定列之間規則的寬度。

  • column-width屬性:規定列的寬度。

推薦教學:

以上就是css中width有啥屬性?的詳細內容,更多請關注TW511.COM其它相關文章!