Back to borders Classes

rounded-r

Usage

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

Examples

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

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

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