CSS Static Position — a practical guide to CSS position static with clear examples you can reuse in real projects.
CSS Tutorial Series (35/109). Prefer one article? Read the complete CSS tutorial.
Short description
top/left offsets do not apply to static elements.
Static
.item { position: static; }