__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
---
layout: docs
title: Float
description: Toggle floats on any element, across any breakpoint, using our responsive float utilities.
group: utilities
toc: true
---
## Overview
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no effect on flex items.
## Classes
Toggle a float with a class:
{{< example >}}
<div class="float-start">Float left on all viewport sizes</div><br>
<div class="float-end">Float right on all viewport sizes</div><br>
<div class="float-none">Don't float on all viewport sizes</div>
{{< /example >}}
## Mixins
Or by Sass mixin:
```scss
.element {
@include float-left;
}
.another-element {
@include float-right;
}
.one-more {
@include float-none;
}
```
## Responsive
Responsive variations also exist for each `float` value.
{{< example >}}
<div class="float-sm-start">Float left on viewports sized SM (small) or wider</div><br>
<div class="float-md-start">Float left on viewports sized MD (medium) or wider</div><br>
<div class="float-lg-start">Float left on viewports sized LG (large) or wider</div><br>
<div class="float-xl-start">Float left on viewports sized XL (extra-large) or wider</div><br>
{{< /example >}}
Here are all the support classes;
{{< markdown >}}
{{< float.inline >}}
{{- range $.Site.Data.breakpoints }}
- `.float{{ .abbr }}-left`
- `.float{{ .abbr }}-right`
- `.float{{ .abbr }}-none`
{{- end -}}
{{< /float.inline >}}
{{< /markdown >}}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _index.md | File | 78 B | 0777 |
|
| borders.md | File | 2.4 KB | 0777 |
|
| clearfix.md | File | 915 B | 0777 |
|
| close-icon.md | File | 365 B | 0777 |
|
| colors.md | File | 2.68 KB | 0777 |
|
| display.md | File | 3.88 KB | 0777 |
|
| embed.md | File | 1.87 KB | 0777 |
|
| flex.md | File | 22.48 KB | 0777 |
|
| float.md | File | 1.67 KB | 0777 |
|
| image-replacement.md | File | 968 B | 0777 |
|
| interactions.md | File | 814 B | 0777 |
|
| overflow.md | File | 1006 B | 0777 |
|
| position.md | File | 1.38 KB | 0777 |
|
| screen-readers.md | File | 596 B | 0777 |
|
| shadows.md | File | 740 B | 0777 |
|
| sizing.md | File | 2.13 KB | 0777 |
|
| spacing.md | File | 3.95 KB | 0777 |
|
| stretched-link.md | File | 4.34 KB | 0777 |
|
| text.md | File | 4.15 KB | 0777 |
|
| vertical-align.md | File | 1.25 KB | 0777 |
|
| visibility.md | File | 914 B | 0777 |
|