I have a .container div just after body that contains everything in page how to center it?
.container div
Why not body {margin: auto;}?
body {margin: auto;}
I'm a beginner doing the odin project. So i don't really know.
Why not
body {margin: auto;}?I'm a beginner doing the odin project. So i don't really know.