11.) Which Bootstrap class rounds only the top corners of an image?
A) .rounded-only-top
B) .rounded-sm
C) .top-rounded
D) .rounded-top
12.) How do you change the size of a Bootstrap icon?
A) Using width and height attributes
B) Applying .icon-lg class
C) Adding .icon-size class
D) Using .bootstrap-icon-size
13.) What is the default font family for Bootstrap Icons?
A) Font Awesome
B) Material Icons
C) Bootstrap Icons
D) Google Icons
14.) What class applies a border around an image?
A) .border
B) .border-img
C) .img-border
D) .border-light
15.) How do you apply different icon colors in Bootstrap?
A) .icon-color
B) .text-{color} classes
C) .bi-{color}
D) .icon-text
16.) Which class makes an image’s edges fully rounded?
A) .rounded-full
B) .rounded-circle
C) .img-rounded
D) .border-circle
17.) How do you apply a grayscale filter to an image in Bootstrap?
A) .filter-grayscale
B) .img-grayscale
C) .grayscale
D) .filter: grayscale(100%)
18.) What class adds a thin border and rounded corners to an image?
A) .img-thumbnail
B) .bordered-img
C) .rounded-border
D) .img-bordered
19.) What is the default Bootstrap icon library in Bootstrap 5?
A) FontAwesome
B) Bootstrap Icons
C) Material Icons
D) Ionicons
Related