I initialized a new react project using the command npx create-react-app my-app
.
When I checked the src
folder of my project, I noticed both App.css
and index.css
files. However, none of these seem to be affecting the styling of my index.js
file.
Could someone please explain what these css files are for and how can I apply global styles to my entire project?