반응형
목록place-content (1)
컴굥일지
[CSS] ch2.9 ~ ch2.13 : Grid3
ch2.9 : Place Content justify-content는 grid 자체를 움직이는 것 justify-items는 cell의 배치를 논하는 것 align-content(수직) / justify-content(수평)을 한번에 쓸 수도 있다. place-content: end center; /*수직 수평*/ ch2.10 : Auto Columns and Rows .header { background-color: #2ecc71; align-self:end; /*child에 적용되는 property*/ justify-self:center; place-self: end center; /*위에 두개 한번에 적는 경우*/ } .grid { color: white; display: grid; gap: 5px..
프로그래밍 강의/CSS - 노마드코더
2022. 5. 21. 20:16
반응형