Back to layout Classes

clear-left

Usage

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

Examples

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

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

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