How to do it…

  1. Comment out all the @import statements except the one that pertains to this recipe, and add the following code to chapter5/start/recipe05-03.scss:
.flex-links { flex: auto;}
  1. Open the empty file located at chapter5/start/app/recipe05-03.ejs, and add the following code:
<div class="container"> <div class="mt-5"> <h1><%- title %></h1> <p><a href="https://v4-alpha.getbootstrap.com/components/popovers/"   target="_blank">Link to bootstrap popovers docs</a></p></div><!-- /.container --> <p>In this recipe, we continue using a customized version of the navbar used on the official bootstrap 4 website. However, in each recipe, we are also tweaking the navbar slightly, thereby making it easier to notice the differences between each ...

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.