Avatar is used to represent a user or Profile picture. Here we have created different avatar can be used in website.
As a Default Avatar is our square profile picture. We can
keep it as it is or use styling with it.
We used class as avatar-image
As a Circular Avatar we are making avatar in round shape. We are using class as avatar-image and round-image. Usinground-image class image's border radius is set to 50% because of it changes into circular.
As Avatar with border, we have added a border to the avatar image, as it is adding styling
to our profile picture.
We can add a border to both circular as well as square shapes using the class name avatar-image and border-image classes.