CSS Properties
Valid properties belonging to the CSS3 standard.
all
background
background-attachment
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
bottom
box-shadow
caption-side
clear
clip
color
content
counter-increment
counter-reset
cursor
direction
display
empty-cells
float
font
font-family
font-size
font-size-adjust
font-stretch
font-style
font-synthesis
font-variant
font-weight
height
left
letter-spacing
line-height
list-style
list-style-image
list-style-position
list-style-type
margin
margin-bottom
margin-left
margin-right
margin-top
max-height
max-width
min-height
min-width
opacity
orphans
outline
outline-color
outline-style
outline-width
overflow
padding
padding-bottom
padding-left
padding-right
padding-top
page-break-after
page-break-before
page-break-inside
position
quotes
right
table-layout
text-align
text-decoration
text-decoration-color
text-decoration-line
text-decoration-style
text-indent
text-transform
top
transform
transform-origin
transition
transition-delay
transition-duration
transition-property
transition-timing-function
unicode-bidi
vertical-align
visibility
white-space
widows
width
word-spacing
z-index
By Category
Text and Fonts
font
font-family
font-size
font-weight
font-style
font-variant
font-stretch
font-size-adjust
font-synthesis
line-height
letter-spacing
word-spacing
text-align
text-decoration
text-decoration-line
text-decoration-style
text-decoration-color
text-indent
text-transform
vertical-align
white-space
Colors and Backgrounds
color
opacity
background-color
background
background-image
background-repeat
background-position
background-attachment
background-clip
background-origin
background-size
border-radius
border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius
border-image
border-image-source
border-image-slice
border-image-width
border-image-outset
border-image-repeat
box-shadow
The Box Model: margins, padding, and borders
margin
margin-top
margin-right
margin-bottom
margin-left
padding
padding-top
padding-right
padding-bottom
padding-left
border
border-top
border-right
border-bottom
border-left
border-width
border-top-width
border-right-width
border-bottom-width
border-left-width
border-style
border-top-style
border-right-style
border-bottom-style
border-left-style
border-color
border-top-color
border-right-color
border-bottom-color
border-left-color
Visual Formatting: dimensions, display, and positioning
width
height
min-width
max-width
min-height
max-height
position
top
right
bottom
left
clip
overflow
z-index
float
clear
display
visibility
Generated Content and Lists
content
quotes
counter-increment
counter-reset
list-style
list-style-type
list-style-image
list-style-position
Tables
Paged Media
Transitions
Transformations
Misc.
Usage
CSS properties, associated with values, form declarations. Declaration blocks, assigned with selectors, form rule sets. They are used as follows:
selector { property: value }
/* or, for with more selectors and values... */
selector1, selector2, selector3 {
property1: value1;
property2: value2;
property3: value3;
}