-
FlexBox 실습Coding/HTML & CSS 2020. 4. 18. 10:18
from KimBug CSS 강의중~ row 정렬할 부모 요소 , section 에 display : flex 적용 , 방향 . flex-direction : row, 한줄안에 정렬 , flex-wrap : nowrap,
justify-content : space-around; 로 가운대 정렬
justify-content 의 속성값은 center, flex-start , flex-end, space-between , space-around 가 있음, 잘기억 할것.
'Coding > HTML & CSS' 카테고리의 다른 글
실습:Background (0) 2020.04.18 Media query for Reponsive web (0) 2020.04.18 FLEX BOX (0) 2020.04.17 폴리필(polyfill) 이란 ? (0) 2020.04.17 IE8 이하 버전에서의 시맨틱 태그 (0) 2020.04.17