Skip to content

Display

Utilities for controlling the display box type of an element.

Class names

ClassDescription! support
hboxdisplay: flex; flex-direction: row;No
sm:hboxdisplay: flex; flex-direction: row; from the sm breakpoint upward.No
md:hboxdisplay: flex; flex-direction: row; from the md breakpoint upward.No
lg:hboxdisplay: flex; flex-direction: row; from the lg breakpoint upward.No
xl:hboxdisplay: flex; flex-direction: row; from the xl breakpoint upward.No
vboxdisplay: flex; flex-direction: column;No
sm:vboxdisplay: flex; flex-direction: column; from the sm breakpoint upward.No
md:vboxdisplay: flex; flex-direction: column; from the md breakpoint upward.No
lg:vboxdisplay: flex; flex-direction: column; from the lg breakpoint upward.No
xl:vboxdisplay: flex; flex-direction: column; from the xl breakpoint upward.No
flexdisplay: flex;No
sm:flexdisplay: flex; from the sm breakpoint upward.No
md:flexdisplay: flex; from the md breakpoint upward.No
lg:flexdisplay: flex; from the lg breakpoint upward.No
xl:flexdisplay: flex; from the xl breakpoint upward.No
griddisplay: grid;No
blockdisplay: block;No
sm:blockdisplay: block; from the sm breakpoint upward.No
md:blockdisplay: block; from the md breakpoint upward.No
lg:blockdisplay: block; from the lg breakpoint upward.No
xl:blockdisplay: block; from the xl breakpoint upward.No
inlinedisplay: inline;No
inline-blockdisplay: inline-block;No
inline-flexdisplay: inline-flex;No
hiddendisplay: none;Yes
sm:hiddendisplay: none; from the sm breakpoint upward.No
md:hiddendisplay: none; from the md breakpoint upward.No
lg:hiddendisplay: none; from the lg breakpoint upward.No
xl:hiddendisplay: none; from the xl breakpoint upward.No
sr-onlyposition: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border-width: 0;
No