> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined/html-css/position.md).

# position

static: 원래 있어야 할 곳에 가만히 있는다.

relative 는 원래 있어야 할 곳에서 지정된 만큼 움직인다!

Absolute 는 내 아이템이 담겨있는 박스를 기준으로 지정된 만큼 움직인다.

fixed 는 상자를 아예 벗어나서 윈도우를 기준으로 지정된다.

Sticky 는 원래 있어야 할 자리에 있으면서 스크롤링을 해도 움직이지 않는다!<br>
