|
|
| Property | Description | Values |
|---|---|---|
| background | A shorthand property for setting all background properties in one declaration | background-color background-image background-repeat background-attachment background-position |
| background-attachment | Sets whether a background image is fixed or scrolls with the rest of the page | scroll fixed |
| background-color | Sets the background color of an element | color-rgb color-hex color-name transparent |
| background-image | Sets an image as the background | url none |
| background-position | Sets the starting position of a background image | top left top center top right center left center center center right bottom left bottom center bottom right x-% y-% x-pos y-pos |
| background-repeat | Sets if/how a background image will be repeated | repeat repeat-x repeat-y no-repeat |
| Property | Description | Values |
|---|---|---|
| border | A shorthand property for setting all of the properties for the four borders in one declaration | border-width border-style border-color |
| border-bottom | A shorthand property for setting all of the properties for the bottom border in one declaration | border-bottom-width border-style border-color |
| border-bottom-color | Sets the color of the bottom border | border-color |
| border-bottom-style | Sets the style of the bottom border | border-style |
| border-bottom-width | Sets the width of the bottom border | thin medium thick length |
| border-left | A shorthand property for setting all of the properties for the left border in one declaration | border-left-width border-style border-color |
| border-left-color | Sets the color of the left border | border-color |
| border-left-style | Sets the style of the left border | border-style |
| border-left-width | Sets the width of the left border | thin medium thick length |
| border-right | A shorthand property for setting all of the properties for the right border in one declaration | border-right-width border-style border-color |
| border-right-color | Sets the color of the right border | border-color |
| border-right-style | Sets the style of the right border | border-style |
| border-right-width | Sets the width of the right border | thin medium thick length |
| border-style | Sets the style of the four borders, can have from one to four styles | none hidden dotted dashed solid double groove ridge inset outset |
| border-top | A shorthand property for setting all of the properties for the top border in one declaration | border-top-width border-style border-color |
| border-top-color | Sets the color of the top border | border-color |
| border-top-style | Sets the style of the top border | border-style |
| border-top-width | Sets the width of the top border | thin medium thick length |
| border-width | A shorthand property for setting the width of the four borders in one declaration, can have from one to four values | thin medium thick length |
| Property | Description | Values |
|---|---|---|
| cursor | Specifies the type of cursor to be displayed | url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help |
| Property | Description | Values |
|---|---|---|
| font |
A shorthand property for setting all of the properties for a font in one declaration | font-style font-variant font-weight font-size/line-height font-family caption icon menu message-box small-caption status-bar |
| font-family |
A prioritized list of font family names and/or generic family names for an element | family-name generic-family |
| font-size |
Sets the size of a font | xx-small x-small small medium large x-large xx-large smaller larger length % |
| font-size-adjust | Specifies an aspect value for an element that will preserve the x-height of the first-choice font | none number |
| font-stretch | Condenses or expands the current font-family | normal wider narrower ultra-condensed extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra-expanded |
| font-style |
Sets the style of the font | normal italic oblique |
| font-variant |
Displays text in a small-caps font or a normal font | normal small-caps |
| font-weight |
Sets the weight of a font | normal bold bolder lighter 100 200 300 400 500 600 700 800 900 |
| Property | Description | Values |
|---|---|---|
| margin | A shorthand property for setting the margin properties in one declaration | margin-top margin-right margin-bottom margin-left |
|
margin-bottom |
Sets the bottom margin of an element | auto length % |
|
margin-left |
Sets the left margin of an element | auto length % |
|
margin-right |
Sets the right margin of an element | auto length % |
| margin-top | Sets the top margin of an element | auto length % |
| Property | Description | Values |
|---|---|---|
| padding | A shorthand property for setting all of the padding properties in one declaration | padding-top padding-right padding-bottom padding-left |
|
padding-bottom |
Sets the bottom padding of an element | length % |
|
padding-left |
Sets the left padding of an element | length % |
|
padding-right |
Sets the right padding of an element | length % |
| padding-top | Sets the top padding of an element | length % |
| Property | Description | Values |
|---|---|---|
| bottom | Sets how far the bottom edge of an element is above/below the bottom edge of the parent element | auto % length |
| clip | Sets the shape of an element. The element is clipped into this shape, and displayed | shape auto |
| left | Sets how far the left edge of an element is to the right/left of the left edge of the parent element | auto % length |
| overflow |
Sets what happens if the content of an element overflow its area | visible hidden scroll auto |
| right | Sets how far the right edge of an element is to the left/right of the right edge of the parent element | auto % length |
| top | Sets how far the top edge of an element is above/below the top edge of the parent element | auto % length |
| vertical-align | Sets the vertical alignment of an element | baseline sub super top text-top middle bottom text-bottom length % |
| Property | Description | Values |
|---|---|---|
| border-collapse | Sets the border model of a table | collapse separate |
| Property | Description | Possible Values |
|---|---|---|
| color | Sets the color of a text | color |
| direction | Sets the text direction | ltr rtl |
| letter-spacing | Increase or decrease the space between characters | normal length |
| text-align | Aligns the text in an element | left right center justify |
| text-decoration | Adds decoration to text | none underline overline line-through blink |
| text-indent | Indents the first line of text in an element | length % |
| text-shadow | none color length |
|
| text-transform | Controls the letters in an element | none capitalize uppercase lowercase |
| word-spacing | Increase or decrease the space between words | normal length |