Back to layout Classes

object-fill

Usage

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

Examples

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

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

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