Back to layout Classes

static

Usage

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

Examples

Here are some examples of how to use the static class:

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

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