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