Horje
background-image: url opacity Code Example
background-image: url opacity
background-image: url(IMAGE_URL); /* fallback for older browsers */

background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(IMAGE_URL);
set background image opacity
#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}




Css

Related
how to center a div in css Code Example how to center a div in css Code Example
rotate text css Code Example rotate text css Code Example
absolute vertical position css Code Example absolute vertical position css Code Example
css percent minus pixel Code Example css percent minus pixel Code Example
html if text too long newline Code Example html if text too long newline Code Example

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