I've tried searching on here for answers but none of the suggested ones to other's questions have been working for me.
My code for the background is:
body {
background-image: linear-gradient(to bottom left, #ffe03d, #ff00e6);
background-repeat: no-repeat scroll;
background-size: cover;
color: #f4f4f4;
text-align: center;
}
I've also set my HTML's height to 100%. I even tried width, but that did nothing as well.
When I run this, it appears as this in my browser: Here it is repeating once I've scrolled down.
Is there anything that worked for any of you guys?