Back to borders Classes

rounded-l-lg

Usage

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

Examples

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

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

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