CSS Reference
Background | Border | Margin | Padding | Dimension | Positions | Text | Font | Lists and Markers | Classification | Table | Outline | Pseudo Classes | Pseudo Element
Dimension
| Property | Description | Value |
|---|---|---|
| height | Define height of specific elemenet. | auto length % |
| width | Define width of specific elemenet. | auto length % |
| line-height | Define line height of some font. | number normal length % |
| min-height | Define minimum height of specific element. Not support by many version of browser. | auto length % |
| max-height | Define maximum height of specific element. Not support by many version of browser. | auto length % |
| min-width | Define minimum width of specific element. Not support by many version of browser. | auto length % |
| max-width | Define maximum width of specific element. Not support by many version of browser. | auto length % |
Positioning
| Property | Description | Value |
|---|---|---|
| position | Places an element in a static, relative, absolute or fixed position. | static relative absolute fixed |
| overflow | Sets how should the browser handle overflow content. | visible hidden scroll auto |
| clip | Sets the display shape of specific element. | shape auto |
| vertical-align | Sets the vertical alignment of specific element. | baseline sub super top text-top middle bottom text-bottom length & |
| top | Sets how far the top border apart from another element. | auto length % |
| left | Sets how far the left border apart from another element. | auto length % |
| bottom | Sets how far the bottom border apart from another element. | auto length % |
| right | Sets how far the right border apart from another element. | auto length % |