반응형
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
- formik submitting not working
- 시스템설계면접예시
- Git commit 합치기
- FirebaseAnalytics
- formik react-query submitting not working
- file not found Error
- 시스템설계방법
- git commit 협업
- awss3
- 가상면접으로대규모시스템
- 리팩터링2판테스트
- 리팩토링2판4장
- 시스템설계면접팁
- react
- 리액트구글애널리틱스
- 테스트코드책
- 시스템설계면접
- 전략패턴
- 헤드퍼스트전략패턴
- 가상면접3장
- 가상면접2장
- react-ga
- git commit merge
- 시스템설계
- cypressBDD
- 디자인패턴
- cypress React
- git squash
- gitsquash
- s3이미지다운로드됨
Archives
- Today
- Total
mingg IT
[CSS] Grid Garden 정답 본문
- 지인의 추천으로 한번 해보게 되었다.
- 1시간 순삭
- 개인적으로 grid mdn 읽는 것 보다 직접 사용하는게 훨씬 습득하기엔 좋은 것 같다.
- 난이도는 어려운 편은 아니였음.
- 26번 부터 슬슬 막히기 시작했음.
1번
grid-column-start:3
2번
grid-column-start: 5
3번
grid-column-end: 4
4번
grid-column-end: 2
5번
grid-column-end: -2
6번
grid-column-start: -3
7번
grid-column-end: span 2
8번
grid-column-end: span 5
9번
grid-column-start: 3
10번
grid-column: 4/6
11번
grid-column: 2/3 span
12번
grid-row-start: 3
13번
grid-row: 3/6
14번
grid-column:2
grid-row: 5
15번
grid-column: 2/6
grid-row: 1/6
16번
grid-area: 1/2/4/6
17번
grid-area: 2/3/5/6
18번
order: 1
19번
order: -1
20번
grid-template-columns: 50%
21번
grid-template-column: repeat(8, 12.5%)
22번
grid-template-columns: 100px 3em 40%
23번
grid-template-columns: 1fr 5fr
24번
grid-template-columns: 50px auto auto auto 50px
25번
grid-template-columns: 75px 3fr 2fr
26번
grid-template-rows: 50ox 0 0 0
27번
grid-template: 60% 40% 200px
28번
grid-template: 1fr 50px 20% 1fr
- 혹시나 답에 오타가 있을 순 있다.
- 답이 이해안가는게 있으면 댓글 달아주시면 다시 풀어보고 이유도 작성해 두겠음.
'FrontEnd' 카테고리의 다른 글
React 19 버전 출시 (0) | 2024.12.14 |
---|---|
[라이브러리 학습] Yarn (0) | 2024.06.30 |
[라이브러리 학습] react-big-calendar (0) | 2024.05.02 |
[CSS] position:fixed 사용시 width가 변하는 현상 (0) | 2024.04.13 |
[Calendar] react-big-calendar event custom(커스텀) 하기 2 (0) | 2024.04.13 |
Comments