Back to borders Classes

rounded-lg

Usage

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

Examples

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

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

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