Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created December 18, 2015 19:04
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 levinmejia/7d968e66a557e36a0155 to your computer and use it in GitHub Desktop.
Save levinmejia/7d968e66a557e36a0155 to your computer and use it in GitHub Desktop.
<div class="filter-img">
<div class="circle multiply"></div>
<img src="img/backpack-lake.jpg">
</div>
<style>
.filter-img {
position: relative;
width: 100%;
height: 100%;
}
.circle {
position: absolute;
top: 17.5%;
left: 17.5%;
vertical-align: middle;
display: block;
width: 65%;
height: 65%;
background-color: #3AC9F5;
border-radius: 25em;
background-blend-mode: screen;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment