I\'m looking to make a page that has a background gradient that changes color every few seconds and blends between transitions. Now I want to apply this effect on the to the upp
You could make the background of the image with the text black, then set the div's background color to rgba(0,0,0,0) making it transparent
rgba(0,0,0,0)