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