1.0.0 • Published 2 years ago

bootstrap-how-to-make-a-circle-image v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

How to make a circle image in bootstrap

Add .rounded-circle to the image element to give the shape of a circle.

#1

first template

<img class="rounded-circle" alt="avatar1" src="https://mdbcdn.b-cdn.net/img/new/avatars/9.webp" />

<img class="rounded-circle shadow-4-strong" alt="avatar2" src="https://mdbcdn.b-cdn.net/img/new/avatars/1.webp" />

Much more examples and a detailed description can be found at 📄 Documentation page