@jish0101
Wangai
@WangaiJMAll comments
- @WangaiJM
Apply the background color to the body rather than the outer-container or fill the body with the outer-container
.outer-container{ width: 100%; height: 100% }
Marked as helpful
Apply the background color to the body rather than the outer-container or fill the body with the outer-container
.outer-container{
width: 100%;
height: 100%
}