Reputation: 2087
Can i give an image with an effect like
http://wfs-01.wapka.mobi/300036/300036239_0f906fc5ce.png
And the image will be inside that border. Is there any way i can implement in any language like jquery, javascript or CSS?
Upvotes: 3
Views: 177
Reputation: 2653
CSS3 Transitions, Transforms, Animation, Filters and more!
Have a look at this
Upvotes: 1
Reputation: 3605
CSS transforms can do the trick in modern browsers.
Here's a demo. And here's documentation from MDN.
Upvotes: 3