Basics of css3

transfrom applications:
1. Rotate: Transform: Rotate (30deg);
2. shadow effect: Box-Shadow: 10px 10px 5px # 888888;
3. enlarged into mouse: transform: scale (2,2);
slow time variation effect:
Transition: Transform (to achieve desired properties) 6S,
inline with the bulk conversion:
4. massive element, turn into inline elements: the display: inline
5. the inline and turn into lumps combination: It can be set high and the values of width of the margin and padding, but not exclusive line
display: inline-block.
6. Hide div: the display: none;
7. The display div: display: block;
inline elements: span;
8. The inline elements turn into lumps elements: display: block.

Guess you like

Origin www.cnblogs.com/hankai2735/p/11068997.html