CSS 셀렉터, 기초 이론

기록하는 용도·2022년 6월 10일

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.헷갈리는컨셉

  1. css 꽃 : flex box

0개의 댓글