Search
 
SCRIPT & CODE EXAMPLE
 

CSS

overlay color on image css

footer#site-footer{  
  position:relative;
}

footer#site-footer:before {     /* use before property (pseudo-element)  */
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
Comment

PREVIOUS NEXT
Code Example
Css :: css media queries mobile first 
Css :: remove bg color with css 
Css :: how to open link in same tab in chrome 
Css :: hide featured image in wordpress 
Css :: animation shorthand css 
Css :: css clicked event 
Css :: how to disable increase descrease buttons of input type number in html 
Css :: cursor not pointer 
Css :: css border gradient 
Css :: Vuetify v-data-table custom row hover background color (Light Theme) 
Css :: linear gradient not covering entire page 
Css :: install wrangler 
Css :: css video background 
Css :: html input type colour internal border 
Css :: css shado on image 
Css :: shrink a div by 50% 
Css :: width css 
Css :: the package could not be installed. the theme is missing the style.css stylesheet 
Css :: bootstrap put button on one line 
Css :: add background image in css 
Css :: adding a background color in css 
Css :: scss select all childs 
Css :: sass use variables from another file 
Css :: mb bootstrap 
Css :: login page design html css 
Css :: Twig convert encoding 
Css :: grid template 
Css :: css flexbox syntax 
Css :: for...of...loop and NodeLists 
Css :: scss darken 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =