Back to flexbox Classes

self-stretch

Usage

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

Examples

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

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

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