What are the differences between relative, absolute, and fixed positioning?
Relative is positioned in its normal spot while position Absolute goes into its closest parent that has a position relative. And position Fixed make the element stick to the browser window so when you scroll up and down it dosent move. Position fixed is mostly used with nav bars.