I have tried everything, but the image is still not showing up. Using Ubuntu
.
I have a folder called Myproject
in the html
folder. In Myproject
I have two folders named Images
where I have my images and stylesheets
where i have all my CSS files.
This is My CSS
code:
.jumbotron{ background: url('../Images/image1.png');}
I have tried all the following codes:
.jumbotron{ background-image: url('../Images/image1.png');}
.jumbotron{
background-image: url(../Images/image1.png);
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;}
Help me with this. Thanks