How to remember margin/border/padding in css
I am learning development to build things I only imagine.
Currently working with Angular, NestJS, MongoDB.
Remembering which is which for margin/border/padding in the css box model is tricky when you start learning css. Here is my tip worth 2 cents.
From outside to inside, it is margin -> border -> padding.
Again, Margin, Border, Padding, in order.
M.B.P., which by accident happens to be the same acronym for MacBook Pro.

Happy Coding!
