Styling the App

Learn how to add styling to the Web3 application.

We'll cover the following

Updating the frontend

It’s an excellent time to start styling the app because we have some HTML elements visible on the page. We’ll describe how to do that in this lesson. We’ll be using Tailwind in our Next.js project. The Tailwind installation instructions can be found in the Appendix.

After the installation, we’ll update the tailwind.config.js file to point to the paths where we’ll be writing application styles.

Get hands-on with 1200+ tech skills courses.