Back to sizing Classes

h-screen

Usage

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

Examples

Here are some examples of how to use the h-screen class:

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

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