0
0
Bootsrapmarkup~5 mins

Card images and overlays in Bootsrap - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a card image in Bootstrap?
A card image is an image placed inside a Bootstrap card component, usually at the top or bottom, to visually represent the card content.
Click to reveal answer
beginner
How do you add an overlay on a card image in Bootstrap?
You add an overlay by placing a card-img-overlay div inside the card with the image. This overlay can contain text or other content displayed over the image.
Click to reveal answer
beginner
Which Bootstrap class makes the card image fill the card width automatically?
The class card-img-top or card-img-bottom makes the image fill the card's width at the top or bottom respectively.
Click to reveal answer
intermediate
What is the purpose of card-img-overlay in Bootstrap cards?
It allows you to place text or other content on top of the card image, creating a layered effect with the image as background.
Click to reveal answer
intermediate
Can you use multiple elements inside a card-img-overlay? If yes, give an example.
Yes, you can add headings, paragraphs, buttons, or any HTML inside card-img-overlay. For example, a heading and a button can appear over the image.
Click to reveal answer
Which class is used to place an image at the top of a Bootstrap card?
Acard-img-bottom
Bcard-img-overlay
Ccard-img-top
Dcard-image
What does the card-img-overlay class do?
APlaces content over the card image as an overlay
BAdds a border around the card image
CResizes the card image
DRemoves the card image
Where should the card-img-overlay div be placed in the card structure?
AOutside the card
BInside the card but outside the image
CBefore the card element
DInside the card and inside the image container
Which of these is NOT a valid Bootstrap card image class?
Acard-img-center
Bcard-img-bottom
Ccard-img-top
Dcard-img-overlay
What kind of content can you put inside a card-img-overlay?
AOnly links
BOnly text
COnly images
DAny HTML content like text, buttons, or headings
Explain how to create a Bootstrap card with an image and text overlay on top of the image.
Think about layering content on top of an image inside a card.
You got /4 concepts.
    Describe the difference between card-img-top and card-img-overlay in Bootstrap cards.
    One is for image placement, the other is for layering content.
    You got /3 concepts.