반응형
- 글자 관련 : font-family(형태), font-size(크기), color(색), text-decoration(밑줄 유무,위치), text-transform(영문 대소문자 전환), font-style(기울게, 보통 전환), font-weight(굷게),text align(정렬), letter-spacing(글자 간격)
- 문단 관련 : margin(문단 간격), padding(문단 내부 간격), text-indent(첫줄 들여쓰기), line-hieght:(줄 간격),wor-wrap(줄바꿈)
- 크기 관련 : width(가로), height(높이), max-width/height(최대 너비/높이), min-width/height(최소 너비/높이)
- 테두리 관련 : dorder(선), border-width(선 두께), border-style(선 스타일), border-color(선 색상), border-radius(선 둥글기), outline(선 두께-요소크기에 영향을 주지 않음)
- 배경 관련 : background-color, background-image, background-size, background-position, backgroud-attrachment(스크롤 시 배경이미지 상태지정)
- 위치 관련 : position, float, transform:translate(가로, 세로)
- layout 관련 : flex, grid, display
- anmation 관련 : anmation, transition, @keyframes {내용}
반응형
'CSS3' 카테고리의 다른 글
05. 레이아웃 포지션 (0) | 2023.07.21 |
---|---|
04. display 속성 (0) | 2023.07.21 |
03. 속성 선택자 (0) | 2023.07.20 |
01. CSS 문법, 선택자 (0) | 2023.07.20 |