html - Container being 'pushed' to centered position of body -


good day all.

this maybe small thing, unable find solution this.

my #body has right dimensions fill page, add .container class same dimensions, still gets 'pushed' few pixels.

how fill body container?

html issue

add css

body {   margin:0;   padding:0; } 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -