0

I made this linear-gradient background animation in css for my to-do list, but as I add more items to the list the website is scrollable and the background repeats making it look ugly.

I made some research about it and I saw background-attachment: fixed;, background-repeat: no-repeat; or sum like that but I can't get it to work, can someone help?

This is what it looks like

1

vimuth
  • 5,064
  • 33
  • 79
  • 116
Sebox
  • 9
  • 2

1 Answers1

-1

have you tried background-size: cover; or background-size: auto; ? Find more here mdn_web_docs

cla.cif
  • 1
  • 1
  • 6