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