Styling Pages with Bootstrap
See how the navbar and the Homepage are updated to add Bootstrap styling.
We'll cover the following...
We have implemented the basic website functionality, so now it’s time. to start styling the website. We will use Bootstrap which is a library of HTML, CSS, and JavaScript/jQuery code that offers a variety of cool features and design options.
Bootstrap
Using Bootstrap
We will be using Bootstrap 5 to style the website. There are multiple ways to set it up. We have been using pip install
for installing packages up to this ...