Back to backgrounds Classes

bg-auto

Usage

<div class="bg-auto">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the bg-auto class:

<!-- Basic usage -->
<div class="bg-auto">Content</div>

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