Answers for "background-image for website css"

CSS
2

background image css

.wrapper {
    background: url('./images/homeBg.png') no-repeat;
    background-size: 100vw; 
    float: left;
    height: 100vw;
    width: 100vw;
}
Posted by: Guest on March-19-2021

Code answers related to "background-image for website css"

Browse Popular Code Answers by Language