Skip to content

margin-bottom

margin-bottom 속성에 대한 유틸리티입니다.

요소 아래쪽의 여백 영역(margin area)의 크기를 설정합니다.

클래스약어 클래스속성
margin-bottom:autom-bottom:auto
mb:auto
margin-bottom: auto !important;
margin-bottom:0m-bottom:0
mb:0
margin-bottom: var(--gap-0) !important; /* 0px */
margin-bottom:1m-bottom:1
mb:1
margin-bottom: var(--gap-1) !important; /* 4px */
margin-bottom:2m-bottom:2
mb:2
margin-bottom: var(--gap-2) !important; /* 8px */
margin-bottom:3m-bottom:3
mb:3
margin-bottom: var(--gap-3) !important; /* 12px */
margin-bottom:4m-bottom:4
mb:4
margin-bottom: var(--gap-4) !important; /* 16px */
margin-bottom:5m-bottom:5
mb:5
margin-bottom: var(--gap-5) !important; /* 20px */
margin-bottom:6m-bottom:6
mb:6
margin-bottom: var(--gap-6) !important; /* 24px */
margin-bottom:7m-bottom:7
mb:7
margin-bottom: var(--gap-7) !important; /* 28px */
margin-bottom:8m-bottom:8
mb:8
margin-bottom: var(--gap-8) !important; /* 32px */
margin-bottom:9m-bottom:9
mb:9
margin-bottom: var(--gap-9) !important; /* 36px */
margin-bottom:10m-bottom:10
mb:10
margin-bottom: var(--gap-10) !important; /* 40px */

기본 여백 크기 var(--gap) 설정과 관련된 내용은 여기를 참고해주세요.