Bootstrap 4/Hands-on exercise: Flex justify-content and align-items
0 XP of 630 XP
// Task

Fix the align-items-start classes for all three blocks so that the group of columns in the first block is positioned at the top, the group of columns in the second block is centered, and the group of columns in the third block is aligned to the bottom. Use Bootstrap 4 classes for positioning (align-items-start, align-items-center, align-items-end). Do not modify the code in the style.css file.

🔒 localhost
Section 2 · Lesson 11Free Preview

Hands-on exercise: Flex justify-content and align-items

IDE150 XP2:00
// lesson_notes

—