Wednesday, October 8, 2014

How to give 100% Background Image with CSS?

CSS Style:
.mybox{
    background-image:url("images/sample-image.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 
 
 
 

No comments:

Post a Comment