This repository contains code for website that was built in Bootstrap 5 Crash Course by The Net Ninja. This website uses loads of pre-made components provided by Bootstrap 5 like-
- Navbars
- Cards
- Accordions(New feature)
- List groups
- Icons
- Forms
- Tooltips
- Modals
- Offcanvas(New feature)
- Dropdowns
Custom Sass file is also used to customize bootstrap variables that control text and background colors. This file is then converted to a CSS file using a Sass compiler and final CSS file is then linked to index.html.