1.의미, 정의
cascading style sheet author style(우리가) → user style(우리가 없다면 사용자) → browser(없다면 브라우저에서 지정한것) !important - 연결고리 무시(bad smell)
2.선택자-어떤태그를 고를건지 결정
Universal * type Tag ID #id Class .class State : Attribute []
3.스타일링
css reference
4.헷갈리는컨셉