CSS 有很多屬性用于設(shè)置 HTML 元素的樣式。以下是 100 個常用屬性列表:
1. background-color // 設(shè)置元素背景顏色 2. color // 設(shè)置文本顏色 3. font-family // 設(shè)置字體 4. font-size // 設(shè)置字體大小 5. font-weight // 設(shè)置字體加粗 6. text-align // 設(shè)置文本對齊方式 7. line-height // 設(shè)置行高 8. letter-spacing // 設(shè)置字間距 9. padding // 設(shè)置內(nèi)邊距 10. margin // 設(shè)置外邊距 11. border // 設(shè)置邊框樣式 12. border-radius // 設(shè)置圓角邊框 13. box-shadow // 設(shè)置陰影 14. text-shadow // 設(shè)置文本陰影 15. display // 設(shè)置元素顯示方式 16. position // 設(shè)置元素位置 17. top // 設(shè)置元素上邊距 18. bottom // 設(shè)置元素下邊距 19. left // 設(shè)置元素左邊距 20. right // 設(shè)置元素右邊距 21. float // 設(shè)置浮動 22. clear // 清除浮動 23. overflow // 設(shè)置溢出方式 24. z-index // 設(shè)置元素層級 25. cursor // 設(shè)置鼠標(biāo)樣式 26. visibility // 設(shè)置元素可見性 27. opacity // 設(shè)置元素透明度 ...(以下省略)...
當(dāng)然,這些屬性只是 CSS 屬性的冰山一角。熟練掌握這些屬性可以讓你在開發(fā)中更加得心應(yīng)手,同時也更容易實現(xiàn)一些炫酷的效果。