enter image description hereI want my background to be full screen, but I don't know why there is a blank space below the footerWrap.This is my code
body{
background: url('./Images/login.jpg');
height: 100vh;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
background-position: center;
}
.wrapper{
min-height: 100vh;
display: flex;
justify-content: right;
}
I don't know how to fix it