[CSS参考手册](http://css.doyoe.com/)» CSS3速查表
相关内容:
[**速查表快速通道**选择其它项](#)
- [简介列表](#)
- [属性列表](#)
- [选择符列表](#)
- [语法与规则列表](#)
- [取值列表](#)
- [单位列表](#)
- [附录列表](#)
- [CSS Hack列表](#)
- [问题和经验列表](#)
# CSS3 Quick Search
- CSS3速查表
### [布局 Layout](#)
- [display](#)
- [overflow-x](#)
- [overflow-y](#)
### [弹性盒模型 Flexible Box Layout](#)
- [box-orient](#)
- [box-pack](#)
- [box-align](#)
- [box-flex](#)
- [box-flex-group](#)
- [box-ordinal-group](#)
- [box-direction](#)
- [box-lines](#)
### [边框 Border](#)
- [border-image](#)
- [border-radius](#)
- [border-top-left-radius](#)
- [border-top-right-radius](#)
- [border-bottom-right-radius](#)
- [border-bottom-left-radius](#)
- [box-shadow](#)
- [box-reflect](#)
### [背景 Background](#)
- [background-image](#)
- [background-repeat](#)
- [background-attachment](#)
- [background-position](#)
- [background-origin](#)
- [background-clip](#)
- [background-size](#)
- [Multiple background](#)
### [颜色 Color](#)
- [opacity](#)
### [字体 Font](#)
- [font-stretch](#)
### [文本 Text](#)
- [text-overflow](#)
- [text-align](#)
- [text-transform](#)
- [text-decoration](#)
- [text-decoration-line](#)
- [text-decoration-color](#)
- [text-decoration-style](#)
- [text-shadow](#)
- [text-fill-color](#)
- [text-stroke](#)
- [text-stroke-width](#)
- [text-stroke-color](#)
- [word-wrap](#)
- [tab-size](#)
### [用户界面 User Interface](#)
- [outline-offset](#)
- [nav-index](#)
- [nav-up](#)
- [nav-right](#)
- [nav-down](#)
- [nav-left](#)
- [box-sizing](#)
- [resize](#)
- [ime-mode](#)
### [多列 Multi-column](#)
- [columns](#)
- [column-width](#)
- [column-count](#)
- [column-gap](#)
- [column-rule](#)
- [column-rule-width](#)
- [column-rule-style](#)
- [column-rule-color](#)
- [column-span](#)
- [column-fill](#)
- [column-break-before](#)
- [column-break-after](#)
- [column-break-inside](#)
### [转换 Transform](#)
- [transform](#)
- [transform-origin](#)
### [过渡 Transition](#)
- [transition](#)
- [transition-property](#)
- [transition-duration](#)
- [transition-timing-function](#)
- [transition-delay](#)
### [动画 Animation](#)
- [animation](#)
- [animation-name](#)
- [animation-duration](#)
- [animation-timing-function](#)
- [animation-delay](#)
- [animation-iteration-count](#)
- [animation-direction](#)
- [animation-play-state](#)
- [animation-fill-mode](#)
### [媒体查询 Media Queries](#)
- [width](#)
- [height](#)
- [device-width](#)
- [device-height](#)
- [orientation](#)
- [aspect-ratio](#)
- [device-aspect-ratio](#)
- [color](#)
- [color-index](#)
- [monochrome](#)
- [resolution](#)
- [scan](#)
- [grid](#)
### [Only Firefox](#)
- [border-colors](#)
- [border-top-colors](#)
- [border-right-colors](#)
- [border-bottom-colors](#)
- [border-left-colors](#)
### [关系选择符 Relationship Selectors](#)
- [E~F](#)
### [属性选择符 Attribute Selectors](#)
- [E[att^="val"]](#)
- [E[att$="val"]](#)
- [E[att*="val"]](#)
### [伪类选择符 Pseudo-Classes Selectors](#)
- [E:not()](#)
- [E:root](#)
- [E:last-child](#)
- [E:only-child](#)
- [E:nth-child(n)](#)
- [E:nth-last-child(n)](#)
- [E:first-of-type](#)
- [E:last-of-type](#)
- [E:only-of-type](#)
- [E:nth-of-type(n)](#)
- [E:nth-last-of-type(n)](#)
- [E:empty](#)
- [E:checked](#)
- [E:enabled](#)
- [E:disabled](#)
- [E:target](#)
### [伪对象选择符 Pseudo-Element Selectors](#)
- [E:first-letter/E::first-letter](#)
- [E:first-line/E::first-line](#)
- [E:before/E::before](#)
- [E:after/E::after](#)
- [E::selection](#)
### [语法与规则 Rules and Syntax](#)
- [@import](#)
- [@media](#)
- [@font-face](#)
- [@keyframes](#)
### [颜色类型取值 Color Type](#)
- [RGBA](#)
- [HSL](#)
- [HSLA](#)
- [transparent](#)
### [函数类型取值 Functional Notations Type](#)
- [attr()](#)
- [calc()](#)
- [min()](#)
- [max()](#)
- [cycle()](#)
### [图像类型取值 Image Type](#)
- [linear-gradient()](#)
- [radial-gradient()](#)
- [repeating-linear-gradient()](#)
- [repeating-radial-gradient()](#)
### [其它数据类型取值 Other Data Types](#)
- [](#)
- [](#)
- [](#)
- [](#)
- [](#)
### [长度单位 Length Units](#)
- [ch](#)
- [rem](#)
- [vw](#)
- [vh](#)
- [vm](#)
### [角度单位 Angle Units](#)
- [deg](#)
- [grad](#)
- [rad](#)
- [turn](#)
### [时间单位 Time Units](#)
- [s](#)
- [ms](#)
### [频率单位 Frequency Units](#)
- [Hz](#)
- [kHz](#)
### [特殊布局单位 Layout-specific Units](#)
- [fr](#)
- [gr](#)
**这种颜色** 的链接表示是CSS3新增的或者在CSS3中有所调整
Copyright © 2006-2012 [Doyoe](http://www.doyoe.com/). All Rights Reserved