Q3. Explain how to use the 'card-group' class differently from 'card-deck' in Bootstrap.
- 'card-group' arranges cards horizontally
- 'card-group' arranges cards vertically
- 'card-deck' places cards with equal width
- 'card-deck' places cards with varying width
The 'card-group' class in Bootstrap arranges cards horizontally, while 'card-deck' places cards with equal width vertically. Understanding these layout differences is crucial for achieving the desired card arrangement in your UI.
Loading...
Related Quiz
- To ensure consistent font rendering across browsers, the '___' CSS property is crucial.
- How would you implement event handling for a dynamically loaded Bootstrap accordion?
- How do JavaScript polyfills assist in resolving cross-browser compatibility issues?
- The technique of 'lazy loading' is primarily used to optimize ___ on a webpage.
- In Bootstrap, '___' is a common method to pause animations on hover.