Summary
In this chapter, you have learned how you can style a Gatsby site in a multitude of ways. This should aid you in making an informed choice about what way you will style your application going forward. We have seen how to style your Gatsby site using CSS, Sass, Tailwind.css, and Styled Components. You should have decided on one of these and implemented them. In future chapters, I will use Tailwind.css to style the application, but this is a personal preference. You should use whatever you feel is best for your site and your existing knowledge.
We also started creating the first reusable components that will make up the backbone of our site. While our layout
component may seem primitive right now, we will be integrating it with content in the next chapter and adding imagery to bring it to life even further in Chapter 5, Working with Images.
Before continuing to the next chapter, I encourage you to spend time building on the styles outlined here until you have your existing...