CSS是前端開發中必不可少的一部分,而CSS的屬性可以分為幾大類:
1. 樣式屬性(Box Model)
width height margin padding border
2. 文本屬性
color font-family font-size line-height letter-spacing word-spacing text-align text-decoration text-transform text-indent vertical-align white-space
3. 背景和邊框屬性
background border-style border-width border-color border-radius box-shadow
4. 定位屬性
position top bottom left right z-index float clear
5. 動畫和過渡屬性
animation transition animation-delay animation-duration animation-iteration-count animation-name animation-timing-function transition-delay transition-duration transition-property transition-timing-function
6. 其他屬性
display opacity visibility cursor outline overflow resize user-select
以上就是CSS屬性的分類,我們需要根據不同的情況選擇不同的屬性,才能達到所需的效果。
上一篇dede-css的調用
下一篇CSS的處理結果