Introduction about CSS Position
1.) The CSS position property is used to set position (top, bottom, left and right ) for an HTML element.
2.) It is also used to place an element behind another and also useful for scripted animation effect.
3.) These properties can be used only after position property is set first.
Types of CSS positioning:
1.) CSS Static Positioning ( Default )
2.) CSS Fixed Positioning
3.) CSS Relative Positioning
4.) CSS Absolute Positioning
5.) CSS Sticky Position
HTML Crash course Tutorials link
https://www.youtube.com/watch?v=Z8pM4c9q3Lg
CSS course Tutorials link
https://www.youtube.com/watch?v=mT95Yq6FxqI&list=PLHRZK1r7zrCKdGJiLLFmCZLyAXty9Yge4&index=5
Telegram Link : https://t.me/webDeveloper_Mentor
Today Class Notes
CSS Fixed Position
https://codesandbox.io/s/css-fixed-position-dflg4?file=/index.html
CSS Relative Position
https://codesandbox.io/s/css-relative-position-dgryu?file=/index.html
CSS Absolute Position
https://codesandbox.io/s/css-absolute-position-dpg6e?file=/index.html
CSS Sticky Position
https://codesandbox.io/s/css-sticky-position-vyy9k?file=/index.html