Limit size of the body, to be the size of the screen [closed]

1

Well, what I wanted was to limit the size of the body to the size of the screen without having to scroll. It's because I'm developing a project in which there is a lot of white space underneath the footer and I have to scroll, without any reason, because there is no content there.

How can I do this?

Thank you.

    
asked by anonymous 10.04.2016 / 23:27

1 answer

-1
  

create a css or better inside the css   create a .body {}   Margin is responsible for the delimitation of the page   so all the elements that you are going to enter will follow and will not leave the? > boundaries of the margin.

    
12.04.2016 / 18:44