The `position` property defines the positioning method of an element, such as relative, absolute, fixed, or sticky.
div { position: absolute; top: 20px; left: 30px; }
Supported by all major browsers.