Bootstrap CSS Classes

Bootstrap CSS class .rounded-0

<img class="rounded-0" src="/placeholder/pictures/image.svg" alt="Edgy image">

Preview

CSS source

/* _borders.scss:57 */
.rounded-0 {
  border-radius: 0 !important;
}

Check .rounded-0 in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Borders category

© 2024 Shuffle. All rights reserved.