Bootstrap Question:
Explain me how to create thumbnails using Bootstrap?
Answer:
To create thumbnails using Bootstrap −
☛ Add an <a> tag with the class of .thumbnail around an image.
☛ This adds four pixels of padding and a gray border.
☛ On hover, an animated glow outlines the image.
☛ Add an <a> tag with the class of .thumbnail around an image.
☛ This adds four pixels of padding and a gray border.
☛ On hover, an animated glow outlines the image.
Previous Question | Next Question |
Tell me how will you create a striped progress bar using bootstrap? | Tell me the typography and links in Bootstrap? |