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 | 31 |
Tags
- Swift
- NSPredicates
- iOS Static Library 사용하는방법
- persistentStoreCoordinator
- expensive operation
- LightWeight Migration
- codability
- dateFormatter
- 일급 객체
- CoreData
- NSSortDescriptor
- CoreData Stack
- 스위프트 클로저
- CoreData Filter
- iOS Static Library
- leetcode #01
- 트레일링 클로저
- CoreData Concurrency
- 2022 부스트캠프
- Java
- Swift closure
- Clean swift
- NSManagedObject SubClass
- Swift LinkedList
- 1009번
- Swift 고차함수
- Associated Value
- Raw value and Associated value
- Persistent store Coordinator
- 다익스트라 이해
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