-1
I am making a site that is almost ready and it is opening horizontal margin,
I’ve used
body{
background:#CCCCCC;
overflow-x:hidden;
}
but it didn’t work, there is some way to open margin without horizontal content?
-1
I am making a site that is almost ready and it is opening horizontal margin,
I’ve used
body{
background:#CCCCCC;
overflow-x:hidden;
}
but it didn’t work, there is some way to open margin without horizontal content?
1
I didn’t quite understand the question but I suspect your problem will be solved with the following CSS:
body {
margin:0;
}
Browser other questions tagged html css css3
You are not signed in. Login or sign up in order to post.
Put in the rest of the code so we can analyze.
– Israel Sousa
I didn’t understand the question "is there any way to open margin without horizontal content?". Review what you wrote and edit your question.
– Paulo
thanks for the help, I managed to find the error, like I was opening a margin to the left of the site with background without in anything.
– user10323