CSS

33 lessons

Achievements
Combined Shape@2x

The Certificate

avatar

Fixed Positioning

Fixed Positioning is a subcategory of Absolute Positioning.

The only difference is, a fixed positioned element is fixed with respect to the browser's viewport and does not move when scrolled. Its purpose is to help to put the text fixed on the browser. It's structure in code is given below: