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