Back to layout Classes

float-right

Usage

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

Examples

Here are some examples of how to use the float-right class:

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

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