In this chapter, we’re going to talk about styling front-end applications. Styling is an exciting topic. It’s fun to see our code change how our application looks. Unfortunately, merely mentioning CSS can cause some developers to run away and look for any other development task to work on. Styling applications has unique challenges that other coding paradigms do not, but few areas of our code make quite as big of an impact as quickly as how we style our code.
How we style our applications can be a huge topic too! There are entire books and volumes of books dedicated to this topic, and many of these ...