Back to typography Classes

align-top

Usage

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

Examples

Here are some examples of how to use the align-top class:

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

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