Display xx-large screens (display_xx_large)

Display: none only on xx-large screens (d-xxl-none)

Display: inline only on xx-large screens. (d-xxl-inline)

Display: inline-block only on xx-large screens. (d-xxl-inline-block)

Display: block only on xx-large screens. (d-xxl-block)

Display: grid only on xx-large screens. (d-xxl-grid)

Display: inline grid only on xx-large screens. (d-xxl-inline-grid)

Display: table only on xx-large screens. (d-xxl-table)

Display: table-cell only on xx-large screens. (d-xxl-table-cell)

Display: table-row only on xx-large screens. (d-xxl-table-row)

Display: flex only on xx-large screens. (d-xxl-flex)

Display: inline-flex only on xx-large screens. (d-xxl-inline-flex)

<p class="d-xxl-none">Display: none only on xx-large screens (d-xxl-none)</p> <p class="d-xxl-inline">Display: inline only on xx-large screens. (d-xxl-inline)</p> <p class="d-xxl-inline-block">Display: inline-block only on xx-large screens. (d-xxl-inline-block)</p> <p class="d-xxl-block">Display: block only on xx-large screens. (d-xxl-block)</p> <p class="d-xxl-grid">Display: grid only on xx-large screens. (d-xxl-grid)</p> <p class="d-xxl-inline-grid">Display: inline grid only on xx-large screens. (d-xxl-inline-grid)</p> <p class="d-xxl-table">Display: table only on xx-large screens. (d-xxl-table)</p> <p class="d-xxl-table-cell">Display: table-cell only on xx-large screens. (d-xxl-table-cell)</p> <p class="d-xxl-table-row">Display: table-row only on xx-large screens. (d-xxl-table-row)</p> <p class="d-xxl-flex">Display: flex only on xx-large screens. (d-xxl-flex)</p> <p class="d-xxl-inline-flex">Display: inline-flex only on xx-large screens. (d-xxl-inline-flex)</p>