Back to layout Classes

clear-both

Usage

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

Examples

Here are some examples of how to use the clear-both class:

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

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