Horje
css background image not working Code Example
css background image not working
.container {
    background-image: url("img/rose.jpg");
 	height: 800px;
}
/* Check Path to image, in this case, its in a folder called img */
/* Check if you Linked your css File on your header, you Link it in the 
	Header like this <link rel="stylesheet" href="main.css"> */
/* Check if the Name of your Image is the same like how you saved it */

background image in css is not working
background-image: url(nickcage.jpg); // first problem may be missing quotation mark
// Second may be wrong path 
// check the name of the file if there is any error
// check whether you are using proper extension of the file 




Css

Related
how to insert gradient in css Code Example how to insert gradient in css Code Example
css if child has class Code Example css if child has class Code Example
set margin to none inside print Code Example set margin to none inside print Code Example
How to use css on a react icon Code Example How to use css on a react icon Code Example
had to add a tint to a picture on css Code Example had to add a tint to a picture on css Code Example

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