Position 포지션
position
- position:static; 기본값
- position:relative; 기준점: 현재위치
- position:absolute; 기준점 : 부모를 기준으로 이동.
- 기준이 될 부모태그에는 무조건 position:relative;해줘야함
- position:fixed; 네비게이션 만들어보기
- position:sticky;
See the Pen WNwjmYO by sowon-dev (@gracehopperdev) on CodePen.