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