Horje
how to add a background overlay in css Code Example
background overlay css
html {
  min-height:100%;
  background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(http://lorempixel.com/800/600/nature/2);
  background-size:cover;
}
how to add a background overlay in css
.header {
  background: rgba(0, 0, 0, 0.5); /* Black color with 50% alpha/opacity */
}
make background overlay css
<div id="element-with-background-image">
   <div id="color-overlay"></div>
   ...
</div>




Css

Related
css animation infinite loop Code Example css animation infinite loop Code Example
tabla responsive css Code Example tabla responsive css Code Example
minimum margin css Code Example minimum margin css Code Example
how to put a black overlay on a photo css Code Example how to put a black overlay on a photo css Code Example
how to remove onclick input border Code Example how to remove onclick input border Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10