Course Content
Introduction to Redux
Introduction to Redux
Adding CSS Styling
Now that most of the functional part of the application is done. We can add some CSS styling to make the app look better.
We will create a new index.css
file and import it into index.js
.
With some adjustments in index.js
, we will assign the relevant IDs and classes.
Now the app should look something like this:
Thanks for your feedback!