bg-no-repeat
Usage
<div class="bg-no-repeat">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the bg-no-repeat
class:
<!-- Basic usage -->
<div class="bg-no-repeat">
Content
</div>
<!-- With other classes -->
<div class="bg-no-repeat p-4 bg-white">
Content with padding and background
</div>