일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코멘토 #코멘토실무PT #실무PT후기 #실무강의 #리액트강의 #웹프로그래밍 #react #웹개발실무
- NestJS
- 유효시간 설정 url
- 프론트엔드
- bucket4j
- 우아한 테크코스
- 타입스크립트
- Dev-Matching
- 프론트엔드 과제
- 파일 url
- this
- 모던 자바스크립트
- api 요청 수 제한
- 프로그래머스
- oauth
- 검색
- 자바스크립트
- invalid_grant
- 스프링부트
- concurrency limit
- api 비동기처리
- TypeORM
- AWS
- redis
- 음악 url 파일 다운로드
- 우아한테크코스
- 프리코스
- compateto
- Deep Dive
- 딥다이브
- Today
- Total
개발 알다가도 모르겠네요
CSS Diner로 css 기본문법 잡기 본문
CSS Diner
A fun game to help you learn and practice CSS selectors.
flukeout.github.io
CSS를 처음 접한다면, 부담스럽지 않고 쉽게 접근해 기본적인 문법을 배울 수 있습니다.
Level 1 : plate
Level 2 : bento
Level 3 : #fancy
Level 4 : plate apple
Level 5 : #fancy pickle
Level 6 : .small
Level 7 : orange.small
Level 8 : bento orange.small
Level 9 : plate, bento
Level 10 : *
Level 11 : plate *
Level 12 : plate+apple
Level 13 : bento~pickle
Level 14 : plate>apple
Level 15 : orange:first-child
Level 16 : plate *:only-child
Level 17 : .small:last-child
Level 18 : plate:nth-child(3)
Level 19 : bento:nth-last-child(3)
Level 20 : apple:first-of-type
Level 21 : plate:nth-of-type(even)
Level 22 : plate:nth-of-type(2n+3)
Level 23 : apple.small:only-of-type
Level 24 : .small:last-of-type
Level 25 : bento:empty
Level 26 : apple:not(.small)
Level 27 : [for]
Level 28 : plate [for]
Level 29 : [for="Vitaly"]
Level 30 : [for^=S]
Level 31 : [for$="o"]
Level 32 : [for*="bb"]
'웹 > HTML&CSS' 카테고리의 다른 글
CSS 문법을 간단하게 알아보자 (0) | 2021.09.01 |
---|---|
HTML을 간단하게 알아보자 (0) | 2021.08.30 |