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 |
Tags
- vscode
- 개발툴
- AWS
- 클로저
- css기초
- 코드스테이츠
- flex기본
- AWS조사
- IT
- var
- 재귀함수
- complexity
- let
- JavaScript
- prototype
- APPEND
- 생활코딩
- 스코프
- CSS
- 기초공부
- 원본과 복사본
- scope
- 메모이제이션
- AWS기초
- node.js
- 리커젼
- Big-O notation
- appendChild
- node.js설치
- 인터프리터
Archives
- Today
- Total
목록flex기본 (1)
Jveloper
flex의 기본
- 우선 flex의 큰틀을 하나 잡고가자 container item display order flex-direction flex-grow flex-wrap flex-shrink flex-flow flex-basis justify-content flex align-items align-self align-content - flex를 썼을때와 안썼을때 어떤 변화를 가져오는지 차이를 먼저 살펴보자 - row(열) / column(행) / row-reverse / column-reverse 먼저 row를 살펴보자. flex의 기본값은 row(열)이다 나는 열을 세로라고 정의했다 사진을보자 flex-direction: row 를 줬는데 아무일도 일어나지 않는다 당연한결과이다 위에서 말했듯 원래 flex의 기본값은..
HTML , CSS
2019. 4. 21. 14:39