常用的 css 樣式有以下幾類:外觀樣式:顏色、背景、字體、文本對齊、邊框、圓角布局樣式:位置、浮動、清除浮動、顯示、彈性布局交互樣式:指針、過渡、動畫、用戶選擇響應式樣式:媒體查詢、響應式單位、網格系統其他常用樣式:定位、盒子陰影、文字溢出、文本裝飾、列寬、頁面斷開
常用的 CSS 樣式
外觀樣式
顏色: color
背景: background-color, background-image
字體: font-family, font-size, font-weight
文本對齊: text-align
邊框: border-style, border-width, border-color
圓角: border-radius
布局樣式
位置: position, top, left, right, bottom
浮動: float
清除浮動: clear
顯示: display, visibility
彈性布局: flexbox, grid
交互樣式
指針: cursor
過渡: transition
動畫: animation
用戶選擇: user-select
響應式樣式
媒體查詢: @media
響應式單位: vw, vh, em
網格系統: grid-template-columns, grid-template-rows
其他常用樣式
定位: z-index
盒子陰影: box-shadow
文字溢出: text-overflow
文本裝飾: text-decoration
列寬: column-width
頁面斷開: page-break