CSS Layout - The position
CSS Position
CSS Position helps to move a container to left right top and bottom we use different CSS properties to move the container.
position: static;
position: relative;
position: absolute;
position: fixed;
position: sticky;
position : static;
...
hashnodecoder.hashnode.dev2 min read