Back to borders Classes

rounded-md

Usage

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

Examples

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

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

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