harikrishnan.n0077
harikrishnan.n0077

Reputation: 2087

Image border using CSS or Jquery or Javascript

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

Answers (2)

laxonline
laxonline

Reputation: 2653

CSS3 Transitions, Transforms, Animation, Filters and more!

Have a look at this

Upvotes: 1

w____
w____

Reputation: 3605

CSS transforms can do the trick in modern browsers.

Here's a demo. And here's documentation from MDN.

Upvotes: 3

Related Questions