Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css background color over image

.tinted-image {
  background-image: 
    /* top, transparent red */
    linear-gradient(
      rgba(255, 0, 0, 0.45), 
      rgba(255, 0, 0, 0.45)
    ),
    /* your image */
    url(image.jpg);
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to add fanctoin to links in css 
Css :: how to horizontally center in css 
Css :: html5 input required length 
Css :: curved lines css 
Css :: ::after cant see 
Css :: rounded gradient border css 
Css :: show all available virtual environments python 
Css :: align text in center css 
Css :: souligner titre css 
Css :: bootstrap file upload 
Css :: increase font size zenity 
Css :: custom horizontal scrollbar css 
Css :: reset all input styles with 1 property css 
Css :: max z-index value css 
Css :: hard blink 
Css :: css grid repeat 
Css :: arrow down css 
Css :: how to disable margin collapsing 
Css :: css everything under element 
Css :: hover media query 
Css :: grid blocks center 
Css :: css hide text 
Css :: remove scrollbar from select tag 
Css :: css blur bg 
Css :: crop image instead of resize css 
Css :: rgb purple color 
Css :: how to remove bullet in css 
Css :: how to center a div 
Css :: warning: LF will be replaced by CRLF in Design/css/bootstrap.min.css. 
Css :: how to make background image responsive in css 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =