Answers for "where to put background images in react app"

16

react background image

style={{  
  backgroundImage: "url(" + "https://images.pexels.com/photos/34153/pexels-photo.jpg?auto=compress&cs=tinysrgb&h=350" + ")",
  backgroundPosition: 'center',
  backgroundSize: 'cover',
  backgroundRepeat: 'no-repeat'
}}
Posted by: Guest on April-12-2020
0

where to put background images in react app

ww1ww1ww
Posted by: Guest on June-13-2021

Code answers related to "where to put background images in react app"

Code answers related to "Javascript"

Browse Popular Code Answers by Language