How to do it...

  1. Navigate to the bower_components folder and make sure that you can see all the folders as described in this chapter's introduction. For more information on the Hover.css library, visit its GitHub page at https://github.com/IanLunn/Hover. For examples of effects in use, check out the examples page at http://ianlunn.github.io/Hover/.
  2. In app/_layout.ejs, add the following code:
      <!DOCTYPE html>      <html lang="en">      <head>       <meta charset="utf-8">       <meta name="viewport" content="width=device-width, initial-       scale=1, shrink-to-fit=no">       <meta name="description" content="">       <meta name="author" content="">       <link rel="icon" href="../../favicon.ico">       <title>       <%- title %>       </title>       <!-- Bootstrap core CSS --> <link href="css/main.css" rel="stylesheet"> ...

Get Bootstrap 4 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.