Answers for "make image fit background and not repeat 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 "make image fit background and not repeat css"

Browse Popular Code Answers by Language