Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

next js css background image

/*Please give a thumbs up if this was helpfull*/

<style JSX>{`
    .team {
        width:100%;
        height:100%;
        position:absolute;
        background: url('`+img+`') no-repeat;
    }
`}</style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #css #background #image
ADD COMMENT
Topic
Name
2+7 =