Display x-large screens (display_x_large)

Display: none on x-large screens and xx-large screens. (d-xl-none)

Display: inline on x-large screens and xx-large screens. (d-xl-inline)

Display: inline-block on x-large screens and xx-large screens. (d-xl-inline-block)

Display: block on x-large screens and xx-large screens. (d-xl-block)

Display: grid on x-large screens and xx-large screens. (d-xl-grid)

Display: inline grid on x-large screens and xx-large screens. (d-xl-inline-grid)

Display: table on x-large screens and xx-large screens. (d-xl-table)

Display: table-cell on x-large screens and xx-large screens. (d-xl-table-cell)

Display: table-row on x-large screens and xx-large screens. (d-xl-table-row)

Display: flex on x-large screens and xx-large screens. (d-xl-flex)

Display: inline-flex on x-large screens and xx-large screens. (d-xl-inline-flex)

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