Answers for "how to fix background image in screen properly in react js"

0

image background full width react

import TechnicalImage from "E:\\env\\api-blog\\src\\images\\technical.jpg"
const divStyle = {
  width: '88%',
  height: '800px',
  backgroundImage: `url(${TechnicalImage})`,
  backgroundSize: 'cover'   <---- This is important
};
Posted by: Guest on September-26-2021
0

set image as background react

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

Code answers related to "how to fix background image in screen properly in react js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language