Bootstrap class: .rounded

<img class="rounded" src="/placeholder/pictures/image.svg" alt="Rounded image">

Preview

Rounded image

Tips 💡

Sass source

/* _borders.scss:33 */
.rounded {
  border-radius: $border-radius !important;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _borders.scss:33 */
$border-radius

More in Bootstrap Borders