CSS - Background repeat

0 votes
156 views
added Feb 8, 2019 in CSS by LC Marshal Captain (25,790 points)
background-repeat {
    background: url(img.jpg) no-repeat;
    
    /*or */
    background: url(img.jpg);
    background-repeat: no-repeat;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...