Back to layout Classes

object-left-bottom

Usage

<div class="object-left-bottom">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the object-left-bottom class:

<!-- Basic usage -->
<div class="object-left-bottom">
  Content
</div>

<!-- With other classes -->
<div class="object-left-bottom p-4 bg-white">
  Content with padding and background
</div>