Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html background image with color overlay "hsl"

#header {
  background: url("img/image.jpg") 0 0 no-repeat fixed;
  height: 100%;
  overflow: hidden;
  background-color: hsl(206, 27%, 38%);
  background-blend-mode: multiply;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #background #image #color #overlay
ADD COMMENT
Topic
Name
5+7 =