Bootstrap CSS Classes

Bootstrap CSS class .rounded

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

Preview

Are you tired of writing HTML by hand?

CSS source

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

More Bootstrap CSS classes in Borders category

© 2024 Shuffle. All rights reserved.