Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS - Coggle Diagram
CSS
文字
字級: font-size
裝飾: text-decoration
色彩: color
首行縮排: text-indent
寬度: font-weight
行高: line-height
切版工程
間距
文字與邊框距離: padding
邊框: border
方向
下: botton
左: left
上: top
右: right
物件外距: margin
排版
display: flex
display: grid
display: float
偏移
transform: translate()
定位(Position)
浮動框架: fixed
相對定位: relative
絕對定位: absolute
元素型態
行內: inline
區塊: block
行內區塊: inline-block
背景
背景圖片: background-image
漸層: linear-gradient
背景色彩: background-color
尺寸
高度: height
寬度: width
動畫
動畫: animation