Vivian Wang
20
Q:

how to add background image in react css

import React from 'react';
import car from './images/car.png'
function App() {
  return (
    <div  styles={{ backgroundImage:`url(${car})` }}>      <h1>This is red car</h1>
    </div>
  );
}

export default App;
2
backgroundImage: `url(${Background})`
1

New to Communities?

Join the community