CSS Positioning
CSS Position Types:
1.Relative.
2.Absolute.
3.Fixed.
4.Sticky
CSS Position Keywords: To modify the position you’ll need to apply the below properties
1.Top
2.Bottom.
3.Left
4.Right
These top, left right and left offsets push the tag from where it is...
htmlcssjs.hashnode.dev3 min read