нет, отступы убрал, все равно, вот весь код:
<style type="text/css">
html, body {
padding: 0; margin: 0;
height: 100%;
width: 100%;
}
.section{
background: #2ECC71;
height: 100%;
width: 100%;
position: relative;
}
#sec2 {
background: #FDE3A7;
}
#sec3 {
background: #F62459;
}
#sec4 {
background: #663399;
}
#sec5 {
background: #19B5FE;
}
</style>
<div id="sec1" class="section"></div>
<div id="sec2" class="section"></div>
<div id="sec3" class="section"></div>
<div id="sec4" class="section"></div>
<div id="sec5" class="section"></div>
прокручивайте страницу, чтобы понять, о чем я говорю