

Use .float-start
class to img
tag to get left align image.

Use .rounded
class along with .img-fluid
to get border radius.

Use .img-fluid
class to the img tag to get responsive image.

Use .rounded-full
class to img
tag to get rounded-md image.

Use .img-thumbnail
to give an image a rounded-md 1px border.

Use .rounded-full
along with .img-thummbnail
to get radius.


