static
: default, 유일하게 top, right , bottom, left, z-index 속성에 영향을 받지 않음relative
: 문서의 흐름에 따라 엘리먼트 배치absolute
: 부모에 대해 상대적으로 배치fixed
: 특정 위치에 고정sticky
: 스크롤이 특정 위치에 왔을때 요소 고정flex-direction
: 메인축 방향 설정justify-content
: 메인축 방향 정렬align-items
: 수직축 방향 정령flex-wrap
: 줄넘김 여부flex-flow
: flex-direction, flex-wrap 같이 쓸 수 있는 속성rotate
: 회전transrate
: 중심축 잡기scale
: 크기 확대 및 축소transition: all 1s ease;
@keyframes
으로 설정된 애니메니션의 개별 속성들을 제어할 때 사용