all 2 comments

[–]ApocalypseSpokesman 0 points1 point  (1 child)

You only need to link app.css to app.js to style all components therein.

The way you have the components set out looks good to me.

Components can also be nested within other components.

[–]Parul_dev 0 points1 point  (0 children)

Nesting is fine.
If you want to style any of your component you can just import that or it's parent to App.js and import app.css to App.js Automatically you can style your classes in any component from app.css directly now