Static: The location of items is static by default. Nothing will be implemented if you add properties like top, bottom, right, or left. Relative: The change in position will be relevant to the initial location of that div. Fixed: The fixed property would remain in the same location even if we scrolled the page.