CSS Grid Tutorial #6-10 > CSS

CSS

CSS 관련 공부 및 자료 공유 소모임 게시판 입니다.

CSS Grid Tutorial #6-10 정보

CSS Grid Tutorial #6-10

본문

6. Aligning & Justifying Items

 

align-items:  start or end or stretch 

justify-items:  start or end

 

justify-self

align-self

 

 

 

7. Create a 12-Column Grid

 

 

 

8. Mosaic Layout

 

 

9. Grid Areas

grid-template-area:

"header header header header"

"aside aside main main"

"nav nav main main"

"section section section section"

"section section section section"

"footer footer footer footer";

 

10. Responsive Grid Example

 

@media screen and (min-width: 760px)

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로