Q1. How can you create a masonry-like grid layout using Bootstrap cards?
- Use the 'card-columns' class
- Utilize the 'grid-system' class
- Apply 'card-masonry' class
- Implement 'card-layout' class
In Bootstrap, the 'card-columns' class is used to create a masonry-like grid layout. It automatically adjusts the height of the cards, creating a visually appealing grid.
Loading...
Related Quiz
- If you are integrating Bootstrap with an existing Angular application, what steps would you take to ensure styling consistency?
- Explain a method to debug event handling issues in a Bootstrap carousel implementation.
- In a mobile-first approach, what is the significance of the 'min-width' property in Bootstrap's grid system?
- What is the primary method to customize a Bootstrap theme's color scheme?
- What is the primary class used in Bootstrap to apply a fade transition to an element?