mb-3

차노·2023년 8월 9일
0

M: Margin
p: Padding

t: top
b: bottom
l: left
r: right
x: x축(left, right)
y: y축(top, bottom)

1: .25rem(if font-size is 16px then it's 4px)
2: 5rem (if font-size is 16px, then it's 8px)
3: 1rem(if font-size is 16px, then it's 16px)
4: 3rem(if font-size is 16px, thn it's 48px)

md: medium
g: grid

so, mb-3 means that it's margin-bottom that has 1rem.

Reference

0개의 댓글