Answers for "fill and no repeat background image css"

CSS
0

fill and no repeat background image css

/* with CSS 3 */
#yourdiv {  
    background: url('bgimage.jpg') no-repeat;
    background-size: 100%;
}
Posted by: Guest on February-20-2020

Code answers related to "fill and no repeat background image css"

Browse Popular Code Answers by Language