Image Solasi
by RzaaL1306
HTML
<a href="#"><img src="http://lorempixum.com/400/300" alt="image"/></a>
CSS
a {
display: block;
float: left;
position: relative;
}
a:after {
background-image: url('http://www.vicinite.com/images/tape.png');
content: '';
height: 119px;
left: 90px;
position: absolute;
top: -50px;
width: 216px;
}
body {
background: #e6e6e6;
padding: 100px;
}
img {
background: #f6f6f6;
border: 1px solid #a6a6a6;
height: 300px;
padding: 4px;
position: relative;
width: 400px;
-webkit-box-shadow: 0 0 5px hsla(0,0%,0%,.25);
box-shadow: 0 0 5px hsla(0,0%,0%,.25);
}
a:before {
bottom: 19px;
border-radius: 4px;
content: '';
height: 100px;
max-width: 300px;
position: absolute;
right: 5px;
width: 300px;
z-index: -10;
-webkit-box-shadow: 0 15px 10px hsla(0,0%,0%,.25);
box-shadow: 0 15px 10px hsla(0,0%,0%,.25);
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-ms-transform: rotate(2deg);
-o-transform: rotate(2deg);
transform: rotate(2deg);
}