Back to flexbox Classes

items-stretch

Usage

<div class="items-stretch">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the items-stretch class:

<!-- Basic usage -->
<div class="items-stretch">
  Content
</div>

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