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
- innerhtml
- CSS
- 일반 형제 선택자 결합
- Array.from()
- 배열의 내림차순
- 쌍방향 연결리스트
- 인접 형제 선택자 결합
- invalid assignment left-hand side
- for..of
- classList.contains(string)
- nth-child()
- 범용 선택자
- 백준알고리즘
- 고차함수
- filter()
- 배열의 오름차순
- 객체
- 배열과 연결리스트의 차이
- visibility : hidden
- 등차수열의 항 찾기
- display : none
- disabled
- Em
- 단방향 연결리스트
- Link
- 양방향 연결리스트
- indexOf
- 가상 요소 선택자
- Sort
- map()
Archives
- Today
- Total
프론트엔드 센트럴파크 (☞゚ヮ゚)☞
범용 선택자(Universal Selector) 본문
See the Pen Untitled by Jeong-Dagyeong (@jeong-dagyeong) on CodePen.
css전체에 적용되는 만큼 css 파일의 제일 상단에 위치하는 것이 좋다.
하위나 자식셀렉터로도 사용이 가능하다.
'CSS' 카테고리의 다른 글
font와 단축속성 (0) | 2022.07.06 |
---|---|
상속 제어하기 - initial, inherit, unset (0) | 2022.07.04 |
선택자 결합(Selector Combinators) - 일반 형제 선택자 결합 (~), 인접 형제 선택자 결합 (+) (0) | 2022.07.03 |
선택자 결합(Selector Combinators) - 하위, 자식 (0) | 2022.07.03 |
가상 요소 선택자(Pseudo-Element Selector) - ::first-letter, ::first-line, ::selection (0) | 2022.07.02 |
Comments