Web for Beginners: Session #5 – Bootstrap Images, Tables, Alerts, Buttons, and Badges
https://www.youtube.com/watch?v=YoXvPlgwppU&list=PLOR5hj0X3WPe5BaaZtaLsWzecncSPgbCw&index=5 1. Bootstrap Images Responsive Images Use the .img-fluid class to make images responsive and scale with the parent element. <img src="image.jpg" class="img-fluid" alt="Responsive image"> Image Thumbnails Use the .img-thumbnail…