1. Word Spacing: word-spacing
2. Word spacing: letter-spacing. The corresponding letter spacing, which refers to the distance between each character or Chinese text, corresponding units (EM)
3. Set text indent in object: Text-indent (can be negative), Unit (EM)
4. Background repetition: background-repeat, referencing background image: Background-image (URL);
5. In-line, not set wide: Display:inline, can be set to a wide height: display:inline-block
6.visibility:hidden, even if hidden, retains the space it occupies; Display-none, does not occupy space
7. In a row, there are intervals display-inline-table
Line, no spacing, no margin Display-table-cell
Nothing, no width display-table-row.
8. Static positioning: position:static
Fixed positioning: position-fixed, the level is higher than the normal element, regardless of how the page scrolls, the element always in the initial load position
Absolute positioning: Position-absolute out of document flow
Relative positioning: position-relative do absolute positioning of the parent element, the child absolute Father phase
CSS3 New Style 2