Over the course of the next few chapters, we’re going to introduce how to use Cascading Style Sheets (CSS), in order to change the look and feel of the web site. We are going to stick to formatting the site using plain old CSS rather than using any tools, for example SASS, which is a preprocessor that allows you to write CSS in a more object oriented manner and manages files in smaller chunks. We will also briefly introduce the frontend scripting language JavaScript in the form of the ever-popular jQuery library.
Note
To complete this chapter, you must either ...