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影片教學
#以上是css中width有啥屬性?的詳細內容。更多資訊請關注PHP中文網其他相關文章!