Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS (文本 (color, direction, letter-spacing, line-height, text-align, text…
CSS
文本
color
direction
letter-spacing
line-height
text-align
text-decoration
text-indent
text-shadow
text-transform
word-spacing
unicode-bidi(有待研究)
vertical-align(有待研究)
Positioning
(定位)
Positon
left
right
bottom
top
clip
cursor
overflow
overflow-y
overflow-x
z-index
背景
background-attachment
background-color
background-image
background-repeat
background
background-position
字体
font
font-family
font-size
font-style(设置斜体)
font-variant(以小型大写字母显示)
font-weight(指定字体的粗细)
表格
border-collapse
caption-side
border-spacing(仅用于"分离边框"模式)
empty-cells(仅用于"分离边框"模式)
table-layout(表格大小是否固定)
Margin
(外边距)
margin
margin-bottom
margin-left
margin-right
margin-top
Padding(填充)
padding
padding-bottom
padding-left
padding-right
padding-top
链接
a:link
a:visited
a:hover
a:active
列表
list-style
list-style-image
list-style-position
list-style-type
轮廓(outline)
outline
outline-color
outline-style
outline-width
边框
border-style
border-top-style
border-right-style
border-bottom-style
border-left-style
border-width
boarder-left-width
boarder-right-width
boarder-bottom-width
boarder-top-width
border-color
border-top-color
border-right-color
border-bottom-color
border-left-color