1. Gradient gradient:linear-gradient linear gradient and radial-gradient radial gradient
2, Rgba (); To set the color and transparency, it is important to note that this property value can be used wherever the color is used. For example, setting the color transparency of border
3. Border-radius Fillet
Syntax: Border-radius:none | <length>{1,4} [/ <length>{1,4}]?
4. Text-shadow Text Shadow
Text-shadow:none | <length> none | [<shadow>,] * <shadow> or none | <color> [, <color>]*
That is: text-shadow:[color (color) x axis (x offset) y axis (y offset) blur radius (Blur)],[color (color) x axis (X offset) y axis (y offset) blur radius (Blur)] ...
or text-shadow:[x axis (x offset) y axis (y offset) blur radius (Blur) color (color)],[x axis (x offset) y axis (y offset) blur radius (Blur) color (color)] ....
5. Box-shadow Layer Shadow
CSS3 new Features