Margin and Padding
Goal
- โก Learn
margin
- ๐ฅ Learn
padding
margin
and padding
?
What is A
margin
is the space outside something,whereas
padding
is the space inside something.
https://www.htmldog.com/guides/css/beginner/margins/
margin
and padding
Check Visit: https://margin-padding-demo.now.sh/
And open chrome dev tools.
info
HTML Block
: BlueMargin
: Orange => space of each blocks.Padding
: Green => space inside block.
Button is easy to understand padding
and margin
.