InterviewSolution
Saved Bookmarks
| 1. |
What Is Bootstrap 4 Aligning Images? |
|
Answer» The BOOTSTRAP 4 image alignments are mainly used TWO classes there are .float-left, .float-right. <IMG src="image1.jpg" class="rounded float-left" alt="bootstrap 4 image"> <img src="images 2.jpg" class="rounded float-right" alt="bootstrap 4 image"> The Bootstrap 4 image alignments are mainly used two classes there are .float-left, .float-right. <img src="image1.jpg" class="rounded float-left" alt="bootstrap 4 image"> <img src="images 2.jpg" class="rounded float-right" alt="bootstrap 4 image"> |
|