Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansspiess/9408873 to your computer and use it in GitHub Desktop.
Save hansspiess/9408873 to your computer and use it in GitHub Desktop.
A Pen by Hans Spieß.
<p class="thumbnail-container">
<img src="http://www.hansspiess.de/wp-content/uploads/2013/10/monitor-content.png" alt= "screenshot">
</p>
.thumbnail-container {
background-image: url(http://www.hansspiess.de/wp-content/themes/reverie/images/monitor-thumb.png);
background-repeat: no-repeat;
height: 192px;
}
.thumbnail-container:after {
position: absolute;
content: "";
display: block;
width: 117px;
height: 142px;
background-image: url(http://www.hansspiess.de/wp-content/themes/reverie/images/monitor-thumb-flare-2.png);
background-repeat: no-repeat;
z-index: 100;
margin-top: -137px;
margin-left: 126px;
}
.thumbnail-container img {
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment