The recent teaching summarizes commonly used CSS properties for students to facilitate learning and query. I just posted it and shared it with everyone, O(∩_∩)O.
Excerpted from: http://www.w3cschool.com.cn/
The number in the rightmost column of the table identifies the minimum supported CSS version.
Directory:
01. CSS background properties (Background)
02. CSS border properties (Border and Outline)
03. CSS text attribute (Text)
04. CSS font attribute (Font)
05. CSS margin attribute (Margin)
06 . CSS padding properties (Padding)
07. CSS list properties (List)
08. CSS size properties (Dimension)
09. CSS positioning properties (Positioning )
10. CSS table properties (Table)
01. CSS background properties (Background) CSS background properties (Background)
| Description | CSS | |||||||||||||||||||||
Set all background plugins in one statement | 1 | ||||||||||||||||||||||
background-attachment | Set whether the background image is fixed or scrolls with the rest of the page | 1 | |||||||||||||||||||||
background-color | Set the background color of the element | 1 | |||||||||||||||||||||
background-image | Set the background image of the element | 1 | |||||||||||||||||||||
background-position | Set the starting position of the background image | 1 | |||||||||||||||||||||
background-repeat | Set whether and how to repeat the background Image | 1 |
02. CSS border properties (Border and Outline) CSS border properties (Border and Outline)
| Description | CSS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border | Set all border properties in one statement | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-bottom
|
Set all bottom border properties in one statement | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-bottom-color td> | Set the color of the bottom border | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-bottom-style | Set the style of the bottom border | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-bottom-width | Set the width of the bottom border | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-color | Set the color of the four borders | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-left | Set all left border properties in one statement | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-left-color | Set the color of the left border | 2 | tr>|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-left-style | Set the style of the left border | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-left-width | Set the width of the left border | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-right | Set all right border properties in one statement | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border -right-color | Set the color of the right border | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-right-style | Set the style of the right border | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-right-width | Set the width of the right border | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-style | Set four borders Style | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-top | Set all top border properties in one statement | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-top-color | Set the color of the top border | 2||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-top-style | Set the style of the top border | 2 td> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-top-width | Set the width of the top border | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
border-width | Set the width of the four borders | 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
outline | Set all outline properties in one statement | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
outline- color | Set the color of the outline | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
outline-style | Set the style of the outline | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
outline-width | Set the width of the outline | 2 |
Attribute | Description | CSS |
color | Set the color of text | 1 | direction | Specifies the direction/writing direction of the text | 2 |
letter-spacing | Set character spacing | 1 |
line-height td> | Set line height | 1 |
text-align | Specify the level of text Alignment | 1 |
text-decoration | Specifies the decorative effect added to the text | 1 |
text-indent | Specifies the indentation of the first line of the text block | 1 |
text-shadow | Specifies the shadow effect added to the text | 2 |
text-transform | Control the case of text | 1 |
unicode-bidi | Set text direction | 2 |
white-space | Specifies how to handle whitespace in elements | 1 |
word-spacing td> | Set word spacing | 1 |
04. CSS Font Properties (Font) CSS Font Properties (Font)
td> |
Description | CSS | |||||||||||||||||||||||||||
font | Set all font properties in one statement | 1 | |||||||||||||||||||||||||||
font-family
| Specifies the font family of the text | 1 | |||||||||||||||||||||||||||
font-size | Specifies the font size of the text | td>1 | |||||||||||||||||||||||||||
font-size-adjust | Specify aspect value for element | 2 | |||||||||||||||||||||||||||
font-stretch | Shrink or stretch the current font family | 2 | |||||||||||||||||||||||||||
| Specifies the font compaction of text | 1 | font-variant | Specifies the font style of the text | 1 | ||||||||||||||||||||||||
font-weight | Specifies the thickness of the font | 1 |
属性 | 描述 | CSS |
list-style | 在一个声明中设置所有的列表属性 | 1 |
list-style-image | 将图像设置为列表项标记 | 1 |
list-position | 设置列表项标记的放置位置 | 1 |
list-style-type | 设置列表项标记的类型 | 1 |
CSS Margin Property (Margin)
Property | Description |
| |||||||||||||||||||||
margin | Set all margin properties in one declaration | 1 | |||||||||||||||||||||
margin-bottom | Set the element The bottom margin | 1 | |||||||||||||||||||||
margin-left | Set the left margin of the element | td>1 | |||||||||||||||||||||
margin-right | Set the right margin of the element | 1 | |||||||||||||||||||||
margin-top | Set the top margin of the element | 1 | tr>
Properties | Description | CSS |
padding | Set all padding properties in one declaration | 1 |
padding-bottom | Set the bottom padding of the element | 1 |
padding-left | Set the left padding of the element | 1 |
padding-right | Set the right padding of the element | 1 |
padding-top | Set the element Top padding | 1 |
Property | Description | CSS |
list-style | Set all in one statement List properties | 1 |
list-style-image | Sets the image as the list item mark | 1 |
list-position | Set the placement position of the list item mark | 1 |
list-style-type | Set the type of list item tag | 1 td> |
Properties | Description | CSS |
height | Set element height | 1 |
max-height td> | Set the maximum height of the element | 2 |
max-width | Set the element The maximum width | 2 |
min-height | Set the minimum height of the element | 2 |
min-width | Set the minimum width of the element | 2 |
width | Set the width of the element | 1 |
09. CSS Positioning Property (Positioning) CSS Positioning Property (Positioning)
td> |
Description | CSS | |||||||||||||||||||||||||||||||||||||||||||||
bottom
| Set the offset between the bottom margin boundary of the positioned element and the bottom boundary of its containing block | 2 | |||||||||||||||||||||||||||||||||||||||||||||
clear
| Specifies which side of the element does not allow other floating elements | 1 | |||||||||||||||||||||||||||||||||||||||||||||
clip | Clipping absolutely positioned elements | 2 | |||||||||||||||||||||||||||||||||||||||||||||
cursor | Specifies the type of cursor to be displayed (Shape) | 2 | |||||||||||||||||||||||||||||||||||||||||||||
display | Specifies the type of box that the element should generate | 1 | |||||||||||||||||||||||||||||||||||||||||||||
float | Specifies whether the box should float | 1 | |||||||||||||||||||||||||||||||||||||||||||||
left | Set the offset between the left margin edge of the positioned element and the left edge of its containing block | 2 | |||||||||||||||||||||||||||||||||||||||||||||
overflow | Specifies what happens when content overflows the element box | 2 | |||||||||||||||||||||||||||||||||||||||||||||
position | Specify element positioning type | 2 | |||||||||||||||||||||||||||||||||||||||||||||
right | Set the offset between the right margin boundary of the positioned element and the right side of its containing block | 2 | |||||||||||||||||||||||||||||||||||||||||||||
top | Set the offset between the upper margin boundary of the positioned element and the upper edge of its containing block | 2 | |||||||||||||||||||||||||||||||||||||||||||||
vertical-align | Set the vertical alignment of elements | 1 | |||||||||||||||||||||||||||||||||||||||||||||
visibility | Specifies whether the element is visible | 2 | |||||||||||||||||||||||||||||||||||||||||||||
z-index | Set the stacking order of elements | 2 |
Properties | Description | CSS |
border-collapse | Specifies whether to merge table borders | 2 td> |
border-spacing | Specifies the distance between adjacent cell borders | 2 |
caption-side | Specifies the position of the table title | 2 |
empty-cells | Specifies whether to display borders and backgrounds on empty cells in the table | 2 | table-layout | Set the layout algorithm for tables | 2 |