Welcome to Bootstrap WD19P Students

There are various ways to use Bootstrap but for this Bootcamp we are using it locally for the practice of using it offline ( for the development stage ). But the best practice during production would be using the CDN.


To use the CDN. Copy this links and place it in the head tag.

‹link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous"›

Then copy this link and place it in the bottom part of the body tag.

‹script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous">‹ ⁄script ›

Fluid Container Example

For your mini project 1, you should be using the bootstrap framework. Present Bootstrap code snaps in the presentation.