Back to Developer Roadmap

Fixed Positioning

src/data/roadmaps/css/content/fixed@eL0kdDRPnwpCU_FWKDPkD.md

4.0456 B
Original Source

Fixed Positioning

Fixed positioning in CSS allows an element to be locked in place relative to the browser window. This means that even when the user scrolls the page, the element remains visible in the same location on the screen. It's often used for navigation bars, footers, or other elements that need to stay persistent.

Visit the following resources to learn more: