CSS3 Base Point

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.