코딩물고기

[CSS] grid_2 본문

코딩물고기의 IT월드

[CSS] grid_2

코딩하는물고기 2020. 7. 25. 21:39
728x90
1. grid-template : 단축속성 사용 가능 2. grid-span 3. align-contents 3-1. align-contents: start 시작 3-2. align-contents: center 가운데 3-3. align-contents: space-between(처음과 끝이 붙게), space-evenly(동일한 간격), stratch(길게) 4. align-contents : justify-contents 4-1. justify-contents: start 4-2. justify-contents: center 4-3. justify-contents: end 4-4. justify-contents: space-between 4-5. justify-contents: space-evenly 4-6. justify-contents: space-around 4-7. justify-contents: stratch 5. align-item 6. justify-item 7. align-self 8. justify-self 9. order 10. z-index 11. fit-contents 12. fr 13. min-contents 14. min-contents : 한글 : word-break:keep-all 15. auto-fit 16. auto-fill
728x90

'코딩물고기의 IT월드' 카테고리의 다른 글

[Git] 공부하기  (0) 2020.08.15
[JS] 반복문, for, each  (0) 2020.08.11
[CSS] grid  (0) 2020.07.23
[JS] scrollr 작업  (0) 2020.07.22
[HTML] grid  (0) 2020.07.21
Comments