CSS3中文参考指南

CSS3中文参考指南
Borders
border-color:控制边框的上右下左方向的颜色要和border-style:soild一起使用

border-image:边框为图片水平和垂直的平铺

border-radius:圆角属性
Backgrounds
background-origin:padding-box 背景图像相对于内边距框来定位    | border-box   背景图像相对于边框盒来定位       | content-box  背景图像相对于内容框来定位

background-clip: border-box 背景被裁剪到边框盒       | padding-box  背景被裁剪到内边距框        |content-box  背景被裁剪到内容框

background-size:属性规定背景图像的尺寸  

multiple backgrounds
Color
HSL colors HSLA colors opacity RGBA colors
Text effects
text-shadow text-overflow word-wrap
Box
box-shadow box-sizing
Transitions
transition transition-property transition-duration transition-timing-function transition-delay
Transform
transform transform-origin
User-interface
resize outline nav-up, nav-right, nav-down, nav-up
Generated Content
content
Other modules
media queries multi-column layout web fonts speech

原文地址:https://www.cnblogs.com/wangshengli520/p/7503807.html