Answers for "how to give a background image in react html"

1

background image react

in your css 

.background {
  background-image: url('./Images/img.png')
}
Posted by: Guest on September-26-2021
-1

set image as background react

<div  styles={{ backgroundImage:`url(${car})` }}>
Posted by: Guest on October-01-2021

Code answers related to "how to give a background image in react html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language