is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .rounded-0

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

Preview

Edgy image

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.

Tips 💡

Sass source

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

Uses variables

Code copied to the clipboard.

Copying failed

/* _borders.scss:57 */

More in Bootstrap Borders