일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- html plug-in
- #2차원배열
- #CallByAddress
- #3차원배열
- #bubbleSort
- 하이퍼레저패브릭
- #1차원배열
- docker example
- html object
- #자바상속#자바이즈어#is~a
- html multimedia
- #C++ 연산자함수오버로딩
- html youtube
- html code
- #binary
- git flow
- #성적관리프로그램
- html id
- 토큰경제
- html video
- #JAVASCRIPT
- hyperledger transaction
- border-box
- #C++ has~a
- html charset
- relative path
- mac terminal command
- #android activity
- #다차원포인터
- html5 new tag
Archives
- Today
- Total
목록flexbox (1)
A sentimental robot
Flex Box property
Flex box 'display : flex' defines the container flexbox. flex-direction : row (For default) the cross axis would be vertical / the main axis would be horizontal flex-direction : column the cross axis would be horizontal / the main axis would be vertical align - items controls the cross axis. 교차축 ,수직축 담당 also controls each flex item's property 'align-self 'all. 각 플렉스 아이템들이 차지하는 너비 안에서의 정렬 align -..
CSS
2019. 4. 9. 12:37