Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- iOS Static Library 사용하는방법
- Swift LinkedList
- NSManagedObject SubClass
- 일급 객체
- iOS Static Library
- CoreData Stack
- CoreData
- dateFormatter
- Swift 고차함수
- expensive operation
- leetcode #01
- Swift closure
- CoreData Filter
- 다익스트라 이해
- CoreData Concurrency
- Clean swift
- NSSortDescriptor
- 2022 부스트캠프
- Java
- 1009번
- 스위프트 클로저
- 트레일링 클로저
- Persistent store Coordinator
- Associated Value
- Swift
- Raw value and Associated value
- LightWeight Migration
- persistentStoreCoordinator
- NSPredicates
- codability
Archives
- Today
- Total
하루를살자
CSS- (3) : Cascading Priority 본문
우선순위
구체적이고 명시적이고 정교한 선택자일수록 우선시된다.
*!important 가 있으면 우선시됨
0. !important
1. Style attribute
2. id selector
3. class selector
4. tag selector
'CSS' 카테고리의 다른 글
CSS- (2) : Properties 속성 - font (0) | 2021.12.10 |
---|---|
CSS - (1) : Selector & Declaration (0) | 2021.12.09 |
Comments