Chapter 9: Becoming Pretty with Tailwind CSS
I feel like an idiot for not using Tailwind CSS until now.
- Ryan Florence
- Ryan Florence
So far, our pages are functional, but they're not pretty to look.
CSS (short for Cascading Style Sheets) is a special language that is used for specifying the styling of an HTML document. We won't use CSS directly, but rather Tailwind CSS - a utility-first CSS framework that greatly simplifies the styling process.