Back to borders Classes

rounded-tl

Usage

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

Examples

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

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

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