Back to transforms Classes

origin-bottom

Usage

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

Examples

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

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

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