I have tried for 2 hours with no luck
body{
background-image: url("Image Link");
background-repeat: no-repeat;
background-size: cover;
}
That's what i have been trying to use
body{
background-image: url("Image Link");
background-repeat: no-repeat;
background-size: cover;
}
That's what i have been trying to use
