Expand description
Utilities for controlling how a replaced element’s content should be positioned within its container.
| Class | Properties |
|---|---|
| object-bottom | object-position: bottom; |
| object-center | object-position: center; |
| object-left | object-position: left; |
| object-left-bottom | object-position: left bottom; |
| object-left-top | object-position: left top; |
| object-right | object-position: right; |
| object-right-bottom | object-position: right bottom; |
| object-right-top | object-position: right top; |
| object-top | object-position: top; |
§Arbitrary values
Any <position> property is allowed as arbitrary value.
For example, object-[bottom_10px_right_20px].