Back to borders Classes

rounded-full

Usage

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

Examples

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

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

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