0

I need a Ripple Effect on the Background of the Image and Not for my Entire Webpage.

I saw the Question Water ripple effect on background of website . But i need the ripple to be effected only in the background and not for the entire webpage. How can i do this. Here is the codepen i created.

http://codepen.io/anon/pen/dKCso

Community
  • 1
  • 1

1 Answers1

-2

Just update another div inside your code ,

<div id="info">
<img src="http://tech.hu/wp-content/uploads/2013/08/chrome_logo.png" style="margin-   top:10px; "></div>

Here is another Codepen created by me http://codepen.io/anon/pen/Hhrnw check it out.

Sulthan Allaudeen
  • 11,330
  • 12
  • 48
  • 63