Chapter 12. Building a Website with Bootstrap
We just saw how powerful Bootstrap can be. With an extensive list of components and elements we can reuse, it can make our development phase very easy, and that's why developers love it. In this chapter, we'll discuss how to build our website using the Bootstrap framework using the following steps:
- Learning how to set up Bootstrap in your projectÂ
- Creating and styling our Navigation bar
- Continuing with the hero section
- Creating and styling the Blog sectionÂ
- Creating and styling the About section
- Finishing with the FooterÂ
We'll start the project from scratch and create the same page we created before to compare our initial technique with the Bootstrap technique. Let's get started!Â