Jieunny의 블로그
Jieunny
« 2024/12 »
일 |
월 |
화 |
수 |
목 |
금 |
토 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
|
|
|
|
관리 메뉴
Jieunny의 블로그
CSS 속성 선언 순서 본문
React/etc
CSS 속성 선언 순서
Jieunny
2021. 12. 26. 14:48
- CSS 기술하는 순서
- Position
- position
- z-index
- top
- bottom
- left
- right
- transform
- Layout
- Display
- display
- flex-direction
- flex-wrap
- justify-content
- align-content
- align-items
- order
- flex-grow
- flex-shrink
- flex-basis
- align-self
- Visibility
- Box model (밖에서 안으로 향하는 순서로 나열, border는 색상과 함꼐 선언하는 경우가 많으므로 Color에 포함)
- box-sizing
- width
- min-width
- max-width
- height
- min-height
- max-height
- margin
- padding
- Color
- color
- border
- border-radius
- background
- box-shadow
- opacity
- Text
- font
- font-family
- font-size
- font-weight
- font-style
- font-size-adjust
- line-height
- letter-spacing
- white-space
- word-break
- text-overflow
- Animation
- Others
- cursor
- outline
- outline-width
- outline-style
- outline-color
- outline-offset
- Pseudo elements
- :hover
- :focus
- :active
- :first-child
- :last-child
- ::before
- ::after