After creating a linear-gradient background animation in CSS for my to-do list, I encountered an issue. As I added more items to the list, the website became scrollable and the background started repeating, which made it look unappealing.
I attempted to solve this problem by researching solutions such as background-attachment: fixed;
, background-repeat: no-repeat;
, but I couldn't get them to work. Can someone please provide some assistance?
Here is what the current appearance looks like: