Back to Developer Roadmap

Static Positioning

src/data/roadmaps/css/content/[email protected]

4.0419 B
Original Source

Static Positioning

Static positioning is the default way elements are placed on a webpage. Elements with static positioning are rendered in the order they appear in the HTML, following the normal document flow. You can't move them using the top, right, bottom, or left properties.

Visit the following resources to learn more: