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

前端 未结 7 1563
时光取名叫无心
时光取名叫无心 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-02 00:08

    The only way I can see this working is if your black div has no background and is cut into sections that that each have a background. The company name area would need to have the same foreground color as the background for the rest of the div sections. Depending on your layout needs this might be fine.

    For example, you could cut it into three sections and two images: enter image description here

提交回复
热议问题