Answers for "image background full width react"

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

Code answers related to "image background full width react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language