Course Content
Bootstrap 5 Alerts
0/1
Bootstrap
About Lesson

Aligning Images:

Aligning images refers to the process of positioning images within a layout, typically using CSS or framework-specific classes, to achieve desired visual placements such as left, center, or right alignment.

Example:

HTML
  <img src="kaydeross creek.jpg" class="float-start">
  <img src="kaydeross creek.jpg" class="float-end">

Output:

Example:

HTML
<img src="chezjuju.jpg" class="mx-auto d-block">

Output: