Add padding to a single side
要素の片側に余白を設定

Class | Properties |
---|---|
p-0 | padding: 0px; |
Add horizontal padding
水平方向に余白を設定

Add vertical padding

Add padding to all sides
要素の内側の四方に余白を設定

Margin
class | Properties |
---|---|
m-0 | margin: 0px; |
m-px | margin: 1px; |
Add margin to a single side

Add horizontal margin

Add vertical margin

Add margin to all sides
要素の外側の四方に

Negative margins

Space Between
Add horizontal space between children

Add vertical space between children

Reversing children order

class | Properties |
---|---|
.space-y-0 > * + * | margin-top: 0; |
.space-x-0 > * + * | margin-left: 0; |