space between my browser and my div
Hi guys, i’m a new dev and i would like to know how to erase the space between my div and my browser
Thanks
I try right=0; I try right=-10px; i try clear=both but i’m not sure for this one.
>Solution :
Reset your browser’s default styles by setting:
body{
margin: 0;
padding: 0;
}