Horje
how to add background in css Code Example
how to add background in css
body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
how to add background image in css
.bg-img{
 background-image: url("../img/bookGlowing.jpg"); /*In case the picture is in another folder and you are in css folder*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}




Css

Related
grid center align css Code Example grid center align css Code Example
css paragraph ellipsis Code Example css paragraph ellipsis Code Example
h2 custom font family html css Code Example h2 custom font family html css Code Example
css center grid Code Example css center grid Code Example
ul li dot seprator Code Example ul li dot seprator Code Example

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