Use pure CSS for a Polaroid effect
So I’m making a holiday landing page and this great suggestion comes up to “Polaroidise” the image. I’m thinking, I could do this in Photoshop.
Or, I could do it using psuedo elements. It was very simple to do in the end, and I especially like the way it rotates on hover.
Hope you like it too! Feel free to bastardise/use as you wish.

3 Comments
Autumn
Amazing! Never knew you could achieve an effect like this. Nice job.
Mark
why not use the CSS element transition to allow for a smoother rotation when hovering over the image.
other than the above not bad…
Michael Gunner
Hi Mark – absolutely nothing stopping you doing that, but I didn’t include it here, good idea though! Thanks