Course Content
Bootstrap Essentials for Modern Websites
Bootstrap Essentials for Modern Websites
Challenge & Quiz
Task: Enhancing Portfolio Showcase with Bootstrap Classes
- Step 1: Add the appropriate class to the provided
div
element to create a global container. - Step 2: Add the appropriate class to the provided
div
element to create a row within the container. - Step 3: Add the appropriate classes to the provided
div
elements to create columns for each portfolio item. Ensure that the columns are responsive and adjust their width accordingly. (Please remember that there are threediv
elements at this step.). - Step 4: Style the portfolio item titles by adding appropriate classes to the given
h2
elements. Center the titles within their respective columns. - Step 5: Make the portfolio item descriptions legible and appropriately sized by adding suitable classes to the provided
p
elements. Set the font size tofs-6
.
index
index
index
Utilize Bootstrap's grid system (container
, row
, col
) to create a responsive layout for the portfolio showcase. Apply typography classes (text-center
, h2
, fs-6
) to style the portfolio item titles and descriptions appropriately.
index
index
index
Thanks for your feedback!