Skip To Content

CSS image inner shadows A Simple Trick

Kevin Doherty

Creative Director

Date

Apr. 12, 2014

This is a simple trick to add inner shadows to your images.

This easy trick will help you with your web development process and add unique elements to your images.

The HTML

I’ve added some columns here which are using % based widths just to showcase that your images and shadows can be fluid and responsive.

We then just wrap our images in a div which is going to be the element we target with our shadow CSS effects.

[codepen_embed height=”529″ theme_id=”0″ slug_hash=”lBKEy” default_tab=”html”]

The CSS

Feel free to change the border-radius on the image and shadow CSS classes… as long as they are both equal to one another. In our example, we’ve made them 50% to give a circle shape to our image and inner shadow.

By setting both our shadow and image elements to relative positions, this allows us to set the image element with a z-index of -1 which allows the shadow layer to sit atop of our image element.

We then add our box-shadow properties and ensure we add the inset to our values for the desired effect 🙂

I’ve also added a CSS transition hover effect for good measure 🙂

[codepen_embed height=”855″ theme_id=”0″ slug_hash=”lBKEy” default_tab=”css”]

The Result

Bill Murray in all his glory.

Keep Calm and Code On.

Read More

Read More About
Book with us

Let’s accomplish what you are looking for, our team of experts are here for you.

Let's work together

Warning: Working with our team may result in excessive creativity, uncontrollable 'aha' moments, and an addiction to perfect pixels. Please proceed with caution.