일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #3차원배열
- hyperledger transaction
- #binary
- border-box
- #성적관리프로그램
- html multimedia
- #CallByAddress
- #JAVASCRIPT
- #C++ 연산자함수오버로딩
- #1차원배열
- #2차원배열
- html id
- relative path
- docker example
- html charset
- #bubbleSort
- #android activity
- mac terminal command
- html plug-in
- git flow
- html5 new tag
- #자바상속#자바이즈어#is~a
- 토큰경제
- html code
- 하이퍼레저패브릭
- html object
- html video
- html youtube
- #C++ has~a
- #다차원포인터
Archives
- Today
- Total
목록display:flex (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