-
캐스캐이딩 스타일 시트 CSS
-
단위 Unit
- px
- 절대적 단위.
- vw, vh
- viewport width, viewport height. 상대적 단위. 뷰포트의 1%로 처리
- rem
- root element. 상대적 단위. 최상위 요소인 html을 기준으로 크기 변경
-
폰트 Font
- font-family
- 글꼴 설정
- font-size
- 크기
- font-weight
- 획 두께
-
타이포그래피 Typography
- line-height
- 행간
- letter-spacing
- 자간
- text-align
- 정렬: left, middle, right
- text-indent
- 들여쓰기
- vertical-align
- 세로 정렬: top, middle, bottom
- writing-mode
- 쓰기 방향: vertical-lr
-
배치 Layout
- position
- absolute, relative
- display
- block, inline
-
반응형 Responsive
@media (max-width: 800px) {
-
참고 Reference