Hacker News new | ask | show | jobs
by marcofatica 1623 days ago
Isn't this just padding with extra steps?
1 comments

No, because the `container` element uses `margin` and not `padding`. This results in margin behavior, where two adjacent containers with `margin: 10px` will have only 10px between them instead of 20 like with padding.