Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 콜백함수
- useSearchParams
- 자바스크립트
- 인라인블럭
- javascript React
- React onClick
- 협업프로젝트
- JSON
- redux 사용방법
- JavaScript
- db.json
- 자바스크립트배포
- Redux
- 블럭요소
- javascript코딩테스트
- line-through
- react redux
- react
- Redux store
- 카우치코딩
- first-child
- 6주포트폴리오
- useEffect
- toString
- redux toolkit
- React state
- useParams
- couchcoding
- foreach
- sort
Archives
- Today
- Total
개발하는 루루언니
CSS : flex 레이아웃 사용법 본문
728x90
반응형
See the Pen Untitled by tkrkr55 (@tkrkr55) on CodePen.
📙순서대로 확인해보기
✔flex-wrap이 없을때와 있을때를 확인해보자
( 전체 container 크기가 600px인데 .box 의 크기가 200px 이고 flex일경우 가로로 일열로 배치가 될것이다)
✔ align-content : flex-start / flex-and / center 을 해보면서 어떤 변화가 있는지 확인해 보자
✔ .box4와 .box5에 order을 줌으로써 순서가 어떻게 변하는지 확인해보자
728x90
'컴퓨터 정보 > css' 카테고리의 다른 글
CSS : animation - direction 종류 (0) | 2022.12.13 |
---|---|
CSS : text-decoration 사용해보기 (0) | 2022.12.13 |
CSS : 가상 요소 선택자 정리 : before / after (0) | 2022.12.12 |
CSS : 가상클래스 선택자 정리 (active / focus/ visited ) (0) | 2022.12.12 |
CSS : first-child / first-of-type (0) | 2022.12.12 |