Back to backgrounds Classes

bg-transparent

Usage

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

Examples

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

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

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