Text properties: Color,font,text-decoration,text-align,vertical-align,white-space,content
CSS3 attribute (kernel prefix) Mozilla kernel css prefix-moz; WebKit kernel CSS prefix-webkit; (Google has swapped with blink kernel) Opera kernel CSS prefix-o; (Open gate swapped with blink kernel) Trident kernel CSS prefix-ms; Border-image:stretch Stretch way to fill the Border background chart | Repeat tile picture exceeds truncation when hit boundary | Round tile, the picture will resize the image dynamically to the size of the tool border until it fills the entire border background:
Transparent; Equivalent Background:rgba (0,0,0,0); color:
Transparent; Equivalent Color:rgba (0,0,0,0);
CSS3 GradientCSS3 Implementing a background color linear gradient div{
width:500px;
border:1px solid #FA0;
Background:-webkit-linear-gradient (left, #f00, #ff0 25%, #0ff 55%, #00f 70%, #f00); /* Horizontal Gradient */
Background:-webkit-gradient-gradient (left, #f00, #ff0 25%, #0ff 55%, #00f 70%, #f00); /* Portrait Gradient */
-webkit-background-clip:
text;
/* Only the WebKit kernel supports the text clipping mode */
color:transparent;
} 4. CSS3 reflection-webkit-box-reflect 1. Direction-webkit-box-reflect:below/above/left/right 2. Distance 3. Transparency-webkit-box-reflect: Below 10px-webkit-linear-gradient (Top,rgba (0,0,0,0) 20%,rgba (0,0,0,0.6) 100%)
Rotate:-webkit-transform:rotate (120DEG);
panning:-webkit-transform:translate (20px, 10px); -moz-transform:translatex (20px);
Zoom:-webkit-transform:scale (1.1,0.5); X-direction Scaling 1.1 times times, y-direction scaling 0.5 times times
backface-visibility:visible | hidden; Defines whether the element is visible when it is not facing the screen. Can be used on poker rotation.
CSS3 Base Point