In this recipe, we will extend the text classes of .display-* and add hover effects to our links, using the Hover.css library.
Extending the text classes of .display-* and adding hover effects with Hover.css
Getting ready
To get ready, download the starter code for this chapter, and refer to this chapter's starter code in the folder titled chapter03-start. Open the app/partial/_nav.ejs file, which is already saved with its final code. The reason for this is to have a working navbar with links to all the recipes used in this chapter.
Note that when including the .ejs files in HTML, you can just call the filename. There is no need to use the .ejs extension. You can see plenty of examples of this in the app/partial/_nav...