No media files provided.
We want to create the following hover effect for a collection of photos:
See the Pen CSS Photo Stack Effect by Thomas Seng Hin Mak (@makzan) on CodePen.
Given the following HTML code:
<h1>Photos Stack</h1>
<div class='photo-stack'>
<img src='http://placekitten.com/300/200'>
<img src='http://placekitten.com/300/200?image=2'>
<img src='http://placekitten.com/300/200?image=3'>
<img src='http://placekitten.com/300/200?image=4'>
<img src='http://placekitten.com/300/200?image=5'>
<p>Album Title</p>
</div>
You may find the source code here: