InterviewSolution
Saved Bookmarks
| 1. |
How can you use Bootstrap to make thumbnails? |
|
Answer» To make thumbnails with BOOTSTRAP, go through the STEPS below: Wrap an image in an <a> tag with the class .thumbnail. It will add a grey border and FOUR pixels of PADDING. An animated light will now outline the image when it has HOVERED over. |
|