Loading

Loading

Display & Visibility

Learn the available Utilities to control the display and the visibility of elements

Display Utilities

in the table below you can find a list of shorthand display properties class names to show/hide or in specific display type.

CheatDescriptionMarkup
.inline-blockadding display: inline-block to the element<any>
.display-blockadding display: block to the element<any>
.display-flexadding display: flex to the element<any>
.display-gridadding display: grid to the element<any>
.display-{breakpoint}-*add display # from a specific screen breakpoint and up.<any>
.hiddenhide the element.<any>
.hidden-{breakpoint}-uphide the element from the responsive breakpoint and up<any>
.hidden-{breakpoint}-downhide the element from the responsive breakpoint and down<any>
Note : ( —— ) refer to the same value as the column before.

Visibility Utilities

in the table below you can find a list of shorthand visibility properties class names to show/hide on the visual level without affecting its position and space.

CheatDescriptionMarkup
.visually-hiddenmaking the element visually hidden for screen readers.<any>
.visibility-hiddenadding visibility: hidden to the element<any>
.visibility-visibleadding visibility: visible to the element<any>
.visibility-collapseadding visibility: collapse to the element<any>
.visibility-{breakpoint}-*add visibility # from a specific screen breakpoint and up.<any>
Note : ( —— ) refer to the same value as the column before.

All rights reserved © 2016 – 2024 Phenix Tools (Abdullah.Ramadan)

On This Page