DEV Community

Dhiman_aman
Dhiman_aman

Posted on

How to import the css in React?

To import the css in react

  • write the direct name of the css file as the import format like

import './App.css'
import './Background.css

  • then we can direct use the Css in react app

Thankyou

Oldest comments (0)