Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- 생성자
- 자바
- jsp
- 참조타입
- 시맨틱태그
- 데이터타입
- 부트스트랩
- java sever page
- 접근제한자
- 반복문
- align
- display:flex
- for문
- CSS
- Java
- css grid
- flex
- Static
- 메소드
- html
- 조건문
- Grid
- Instance
- html구조
- 오버라이딩
- Bootstrap
- UTF-8
- 기본타입
- jsp구동원리
- 추상클래스
Archives
- Today
- Total
목록css grid (1)
개발자를 꿈꾸는 여정

레이아웃 구성시 수평구조 및 블록 개념은 FLEX 를 써서 보다 유용하게 쓸 수 있었지만, 레이아웃 구성시, 단위별 그룹 및 전체 레이아웃 구성, 전체적인 틀 구성은 Grid 기법이 또한 더 유용할 때가 있다. 선언 [ dispaly : grid; ] grid-template 행 : grid-template-row 표현 예) grid-template-rows: 150px 150px; grid-template-rows: 1fr 1fr; >> 1/n : 비율분배 grid-template-rows: 1fr auto; >> auti : 자동분배 grid-template-rows: repeat(2, 150px); 열 : grid-template-colum 표현 예) grid-templat..
3. Front Developer/3_2. CSS
2021. 11. 18. 00:54