
CSS 문법

인라인 스타일, 내부 스타일 시트, 외부 스타일 시트

색상 이름으로 표현, RGB 색상값으로 표현, 16진수 색상값으로 표현

background-color, background-image, background-repeat, background-position, background-attachment

color, direction, letter-spacing, word-spacing, text-indent, text-align, text-decoration, text-transform, line-height, text-shadow

font-family, font-size, font-variant, font-weight, font-size

link, visited, hover, active, focus

상대단위, 절대단위

heigth, width, max-width, min-width, max-height, min-height

content-box, border-box

padding

border

margin

block, inline, inline-block, none, opacity

static, relative, fixed, absolute, z-index

float, clear, overflow

전체 선택자, HTML 요소 선택자, 아이디 선택자, 클래스 선택자, 그룹 선택자

자식 선택자, 자손 선택자

일반 동위 선택자, 인접 동위 선택자

link, visited, hover, active, focus

checked, enabled, disabled

first-child, last-child, nth-child, nth-last-child, first-of-type, last-of-type, nth-of-type, nth-last-of-type

display : flex, flex-direction, flex-wrap, justify-content, align-items

플렉스 박스