CSS for Styling Block Elements
Styling Block Elements with CSS
| Property | Description | Values |
|---|---|---|
| clear | Sets the sides of an element where other floating elements are not allowed | left right both none |
| 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 |
| display | Sets how/if an element is displayed | none inline block list-item run-in compact marker table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption |
| float | Sets where an image or a text will appear in another element | left right none |
| position | Places an element in a static, relative, absolute or fixed position | static relative absolute fixed |
| visibility | Sets if an element should be visible or invisible | visible hidden collapse |
