종류
- 총 4가지의 option이 존재함.
- prefix
- offset
- ordering
- nesting
prefix
- .col-*-* 같은 형태로 사용됨.
offset
- .col-*-offset-* 형태로 사용이 됨.
- offset 지정한 값이 먼저 반영이 되어 자리를 잡고 뒤에 prefix값이 자리잡는 형식이다.
ordering
- 순서를 바꾸는 push와 pull 클래스
- 해당 클래스는 값을 입력한 대상만 영향을 주는 클래스이다.
nesting
- .row안에 다시 .row를 사용하는 중첩구문
'Frontend > BootStrap' 카테고리의 다른 글
helper class (0) | 2022.12.23 |
---|---|
button, image tag (0) | 2022.12.21 |
table, form tag (1) | 2022.12.21 |
.list-style .image (0) | 2022.12.20 |
BootStrap개념 Grid (0) | 2022.12.20 |