33 lessons
The Certificate
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: