# How to remember margin/border/padding in css

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, **M**argin, **B**order, **P**adding, in order.
M.B.P., which by accident happens to be the same acronym for MacBook Pro.
![Screen Shot 2022-05-05 at 12.15.39 PM.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1651720553924/Q16afGLS3.png align="left")

Happy Coding!
