*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
header,footer{
height: 60px;
background: orange;
text-align: center;
line-height: 60px;
}
section{
flex: 1;
overflow: hidden;
}
*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
header,footer{
height: 60px;
background: orange;
text-align: center;
line-height: 60px;
}
section{
flex: 1;
overflow: hidden;
}