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