0
0
Bootsrapmarkup~5 mins

Card groups and decks in Bootsrap - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a card group in Bootstrap?
A card group is a container that groups multiple cards together with equal width and height, making them appear as a single, connected unit.
Click to reveal answer
intermediate
How does a card deck differ from a card group in Bootstrap?
A card deck arranges cards with equal width and spacing between them, but cards do not share borders. Card decks are responsive and stack vertically on smaller screens.
Click to reveal answer
beginner
Which Bootstrap class creates a card group?
The class .card-group creates a card group container that aligns cards side by side with shared borders.
Click to reveal answer
beginner
What Bootstrap class is used to create a card deck?
The class .card-deck creates a card deck container that spaces cards evenly with margin between them.
Click to reveal answer
beginner
Why should you use card groups or decks instead of placing cards individually?
Using card groups or decks ensures consistent alignment, equal sizing, and better responsive behavior, making your layout look neat and professional.
Click to reveal answer
Which Bootstrap class groups cards with shared borders and equal height?
A.card-container
B.card-deck
C.card-group
D.card-stack
What happens to cards in a card deck on smaller screens?
AThey stack vertically
BThey stay side by side with no change
CThey disappear
DThey overlap
Which class would you use to create equal width cards with spacing between them?
A.card-group
B.card-deck
C.card-equal
D.card-spacing
What is a key visual difference between card groups and card decks?
ACard groups have shared borders; card decks have spacing
BCard decks have shared borders; card groups have spacing
CBoth have shared borders
DBoth have spacing but no borders
Why is using card groups or decks recommended in Bootstrap layouts?
ATo add animations
BTo disable responsiveness
CTo change card colors automatically
DTo ensure consistent card sizing and alignment
Explain the difference between Bootstrap's card groups and card decks.
Think about how cards look side by side and how they behave on small screens.
You got /4 concepts.
    Describe why using card groups or decks improves the layout of cards in Bootstrap.
    Consider what happens if cards are placed individually without grouping.
    You got /4 concepts.