Back to layout Classes

float-none

Usage

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

Examples

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

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

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