InterviewSolution
Saved Bookmarks
| 1. |
Write the image style of Images in Bootstrap 3 ? |
|
Answer» Images can be STYLED in Bootstrap 3 using the following classes:img-rounded It adds rounded CORNERS to the IMAGE.img-circle It crops the image into a circular shape.img-thumbnail It creates a thumbnail. |
|