Back to layout Classes

visible

Usage

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

Examples

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

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

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