Back to borders Classes

rounded-sm

Usage

<div class="rounded-sm">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the rounded-sm class:

<!-- Basic usage -->
<div class="rounded-sm">Content</div>

<!-- With other classes -->
<div class="rounded-sm p-4 bg-white">Content with padding and background</div>