How to fetch the background of DIV on a bottom layer with exact position using jQuery and CSS

前端 未结 7 1578
时光取名叫无心
时光取名叫无心 2021-02-01 23:48

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

7条回答
  •  难免孤独
    2021-02-01 23:59

    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

提交回复
热议问题