0
0
Bootsrapmarkup~5 mins

Shadow utilities in Bootsrap - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are shadow utilities in Bootstrap?
Shadow utilities in Bootstrap are predefined classes that add shadow effects to elements, making them look raised or lifted from the page.
Click to reveal answer
beginner
How do you add a small shadow to an element using Bootstrap?
Use the class shadow-sm on the element to add a small shadow.
Click to reveal answer
beginner
What class would you use to remove shadow from an element in Bootstrap?
Use the class shadow-none to remove any shadow from an element.
Click to reveal answer
beginner
List the four main shadow utility classes in Bootstrap.
The four main shadow utility classes are: shadow-none, shadow-sm, shadow, and shadow-lg.
Click to reveal answer
intermediate
Why use shadow utilities instead of custom CSS for shadows?
Shadow utilities are quick to use, consistent across the site, and responsive. They save time and keep design uniform without writing custom CSS.
Click to reveal answer
Which Bootstrap class adds a large shadow to an element?
Ashadow-lg
Bshadow-sm
Cshadow-none
Dshadow-xl
What does the class shadow-none do?
AAdds a small shadow
BRemoves any shadow
CAdds a large shadow
DAdds a medium shadow
Which class would you use for a default shadow in Bootstrap?
Ashadow-lg
Bshadow-sm
Cshadow
Dshadow-none
Shadow utilities in Bootstrap are used to:
AAdd shadow effects to elements
BAdd borders
CChange font size
DAdd color to text
Which shadow utility class would you use for the smallest shadow?
Ashadow-lg
Bshadow-none
Cshadow
Dshadow-sm
Explain how to use Bootstrap shadow utilities to add different shadow sizes to elements.
Think about the class names and what each does.
You got /5 concepts.
    Describe why using Bootstrap shadow utilities is helpful compared to writing custom CSS shadows.
    Consider benefits of ready-made classes.
    You got /4 concepts.