Home »
MCQs »
Bootstrap MCQs
We can use ___ class to create a rounded cornered image in bootstrap.
25. We can use ___ class to create a rounded cornered image in bootstrap.
- .circle
- .img-circle
- ..img-rounded
- .rounded
Answer
The correct answer is: C) ..img-rounded
Explanation
In bootstrap, we can create a rounded-cornered image easily using .img-rounded
class. It adds a border radius of 6px
to the image to create rounded corners.