![]() |
| background-attachment | Defines if the background is fixed or scrolls with the other content. |
| background-color | Sets the color of the background. |
| background-image | Defines an image that will show behind the content of a region. |
| background-position | Defines the starting position of the background image. |
| background-repeat | Defines if the background image is repeated. |
| unicode-bidi | The unicode-bidi property overrides the algorithm that determines in what direction the text should appear. |
| white-space | Defines how white-spaces appears in an element. |
| border | The border property specifies the properties of the border of a table. |
| border-bottom | Sets style, width and color of the bottom border. |
| border-bottom-color | Sets the color of the bottom border. |
| border-bottom-style | Sets the style of the bottom border. |
| border-bottom-width | Sets the width of the bottom border. |
| border-collapse | Defines if a border should be collapsed into a single border or detached into several borders. |
| border-color | Sets color of the border. |
| border-left | Sets style, width and color of the left border. |
| border-left-color | Sets the color of the left border. |
| border-left-style | Sets the style of the left border. |
| border-left-width | Sets the width of the left border. |
| border-right | Sets style, width and color of the right border. |
| border-right-color | Sets the color of the right border. |
| border-right-style | Sets the style of the right border. |
| border-right-width | Sets the width of the right border. |
| border-spacing | Defines the distance that separates cell borders. |
| border-style | Sets the style of the border. |
| border-top | Sets style, width and color of the top border. |
| border-top-color | Sets the color of the top border. |
| border-top-style | Sets the style of the top border. |
| border-top-width | Sets the width of the top border. |
| border-width | Sets the width of the border. |
| height | Specifies the height of an element. |
| max-height | Defines the maximum height of an element. |
| max-width | Defines the maximum width of an element. |
| min-height | Defines the minimum height of an element. |
| min-width | Defines the minimum width of an element. |
| width | Specifies the width of an element |
| content | content |
| counter-increment | The counter-increment property defines if a counter should be incremented each time an element with the property is displayed. |
| counter-reset | The counter-reset property creates or resets the specified counter. |
| quotes | The quotes property defines how quotes are displayed. |
| bottom | The bottom property specifies the bottom edge of an element. |
| clear | A property that specifies if it allows floating objects at the sides of an element. |
| clip | Defines the shape of an element. |
| color | The color of an element. |
| cursor | Specifies the type of cursor to be displayed |
| display | Defines how elements are displayed. |
| float | Defines where an image or a text will appear in another element. |
| left | The bottom property specifies the left edge of an element. |
| overflow | Defines what happens to the content of an element if it is overflown (not enough space for it). |
| position | Places an element in static, relative, absolute or fixed position. |
| right | The bottom property specifies the right edge of an element. |
| top | The bottom property specifies the top edge of an element. |
| visibility | Defines if an element should be visible or not. |
| z-index | Used to place an element "behind" another element. |
| list-style | Sets the style of a list. |
| list-style-image | Specifies the image that will be used as a list item marker. |
| list-style-position | Defines if the list marker is at the same intendation as the text or not. |
| list-style-type | Specifies how the list item marker is displayed. |
| marker-offset | The marker-offset property does not have support by many browsers yet, and should not be used. |
| margin | Sets the margin size. |
| margin-bottom | Sets the bottom margin size. |
| margin-left | Sets the left margin size. |
| margin-right | Sets the right margin size. |
| margin-top | Sets the top margin size. |
| outline | outline |
| outline-color | The outline-color property sets the color of an outline. |
| outline-style | outline-width |
| outline-width | Defines the width of an outline. |
| padding | Specifies the padding on each side of an element. |
| padding-bottom | Specifies the padding on the bottom of an element. |
| padding-left | Specifies the padding to the left of an element. |
| padding-right | Specifies the paddingto the right of an element. |
| padding-top | Specifies the padding on the top of an element. |
| caption-side | Defines the position of the table caption. |
| empty-cells | Defines if empty cells are shown in a table. |
| line-height | Sets the height of a line. |
| table-layout | Defines the algorithm used to display the table cells, rows, and columns. |
| direction | Defines the text direction. |
| font | Defines the font of the text. |
| font-family | Defines a prioritized list of font families and generic families that will be used for an element. |
| font-size | Sets the size of the font. |
| font-size-adjust | Short desc |
| font-stretch | Condenses or expands the current font-family. |
| font-style | Sets the font style. |
| font-variant | Sets the font variant. |
| font-weight | Sets the font boldness. |
| letter-spacing | Sets the additional space between characters. |
| text-align | Sets the alignment of the text. |
| text-decoration | Sets the text decoration. |
| text-indent | Sets the size of the empty space before the text. |
| text-shadow | The text-shadow property specifies one or more shadow effect to the text in an element. (Not supported by many browsers) |
| text-transform | Sets the transofmration of the text to either Capitalize, UPPERCASE or lowercase. |
| vertical-align | Sets the vertical position of the text. |
| word-spacing | Sets the spacing between each word. |