Coding
Bootstrap 유용한 class
떡빵
2021. 3. 10. 15:18
728x90
Bootstrap | CSS | 설명 |
text-capitalize | text-transform : capitalize | 문자의 첫 글자를 대문자로 바꿔줌. |
d-* (flex, block 등) |
display: flex | display 설정 |
justify-content-* (end, center, between 등) |
justify-content: end | justify-content 설정 |
ms-1 / px-3 m - margin p - padding t - top b - bottom s - left e - right x - left + right y - top + bottom 0 - 0 1 - .25rem 2 - .5rem 3 - 1rem 4 - 1.5rem 5 - 3rem auto - auto |
margin-left: 0.25rem; padding-left: 1rem; padding-right: 1rem; |
margin, padding 설정 |
728x90