Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created April 15, 2014 12:31
Show Gist options
  • Select an option

  • Save rodica-andronache/10728639 to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/10728639 to your computer and use it in GitHub Desktop.
Imagine cu opacitate
<div class="theme-pic">
<img src="http://cdn.themeisle.com/wp-content/uploads/edd/2014/04/cl_ss_01-289x150.jpg">
<div class="overlay"></div>
</div>
.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment