Static and Relative Positioning in CSS
๐ In this article, we will understand how static & relative positioning works in CSS.
๐ Static Position
By default, the position property for all HTML elements in CSS is set to static. This means that if you don't specify any other position value o...
sabhisharma.hashnode.dev2 min read