CSS ref Positioning
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | bottom | 2 | Sets the bottom position of a positioned element |
2 | clear | 1 | Sets which sides of an element where other floating elements are not allowed |
3 | clip | 2 | Clips an absolutely positioned element |
4 | cursor | 2 | Sets the type of cursor to be displayed |
5 | display | 1 | Sets how a certain HTML element should be displayed |
6 | float | 1 | Sets whether or not a box should float |
7 | left | 2 | Sets the left position of a positioned element |
8 | overflow | 2 | Sets what happens if content overflows an element's box |
9 | position | 2 | Sets the type of positioning method used for an element (static, relative, absolute or fixed) |
10 | right | 2 | Sets the right position of a positioned element |
11 | top | 2 | Sets the top position of a positioned element |
12 | visibility | 2 | Sets whether or not an element is visible |
13 | z-index | 2 | Sets the stack order of a positioned element |