CSS Constructs a text selector:
text-indent:value; set text indent.
Text-align:center; Set text alignment, optional parameter: Left,center,right.
Line-height: value; set text line spacing.
Word-spacing: a value; the interval between words.
Letter-spacing: Values, letters, spacing between words.
Text-decration:underline; Can define text underline, default state none.
Font-famile: Font Name: Sets the font. You can set more than one comma separated.
Font-size: value; set font size.
Font-weight:bold; set text bold.
DIV Module Construction selector:
Background-color: #颜色值; Sets the background color of the module.
Background-image:url (image address) add a background image
Background-repeat: Sets whether the background picture is tiled, optional: repeat-x: horizontal tiling; repeat-y: Tile vertically; No-repeat: Uneven.
Background-position: Sets the position of the background picture in non-tiled state, top,bottom,left,center, and usually appears in pairs. (top left)
Background-size:cover: Set background picture zoom
border: Numeric, border type, color, set div border, border type: Medium solid
Not categorized:
padding: Sets the padding within the element (the distance between the border and the content).
padding:10px: It's about 10 up and down.
padding: up or down.
padding: upper right down left.
Margin: Sets the outer margin of the element.
block-level elements and inline elements convert to each other:
Display:block; Convert to block-level elements
display:inline; convert to inline element
position:relative; set element relative positioning.
Position:absolute; Set element absolute positioning.
"CSS Beginner" some selectors