CSS Reference
Background | Border | Margin | Padding | Dimension | Positions | Text | Font | Lists and Markers | Classification | Table | Outline | Pseudo Classes | Pseudo Element
List and Marker
| Property | Description | Value |
|---|---|---|
| list-style | A shorthand property for settings all properties of a list. | list-style-type list-style-position list-style-image |
| list-style-type | Sets the type of the list item merker. | none disc circlr square decimal upper-roman lower-roman upper-alpha lower-alpha upper-latin lower-latin |
| list-style-position | Sets the position of the list marker. | inside outside |
| list-style-image | Sets an image as the list marker. | none url |
Classification
| Property | Description | Value |
|---|---|---|
| clear | Sets the side of an element which floating element are not allowed. | none left right both |
| cursor | Sets the cursor while the pointer point within the element. | url auto default crosshair pointer move wait help |
| display | Sets how the element should display. | none inline block table marker table |
| float | Sets the element float on specific place which ignore anything on there. | left right none |
| visibility | Sets whether the element is visible or not. | visible hidden collapse |