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