CSS Position

CSS Position

Types: static, relative, fixed, absolute, sticky.

Example

div { position: absolute; }

Click on the "Try it Yourself" button to see how it works.

Try it Yourself »