Border picture boder-image:
Box Shadow Box-shadow:
Box-shadow:x axis offset y-axis offset [shadow blur radius] [shadow color] [projection mode]
Paragraph style
Row height
p{line-height:25px;}
p{line-height:150%;}
Paragraph indent
Text-align:left| Right| Center| Justify (Justify)
P{text-align:right;}
P{text-align:center;}
P{text-align:justify;} * Justify on both sides *
Text spacing
Letter-spacing:normal| Legth
p{letter-spacing:5px;}
Text overflow
Text-overflow:clip| Ellipsis
Paragraph Wrapping
Word-wrap:normal| Break-word
Background style
Background color
Background-color:transparent| Color
Body{background-color:red}
Background image
Background-image:none| URL (URL)
Background Tiling method
Background-repeat:repeat|no-repeat|repeat-x (tiled to x-axis) |repeat-y (tiled to Y-axis)
Background positioning
Background-position: Left-justified right-aligned mode
Body{background-position:left Bottom}
body{background-position:30%20px;}
Background origin,
The display area of the background
Background size
Background style abbreviations
After abbreviation
Css.. Paragraph style