Display

Modifier for the display box type of an element.

The structure of the class names are:

  • .display-{VALUE}
  • .display-{VALUE}-{SCREEN_SIZE} until the screen size

The values are:

  • VALUE contents, inline, inline-block, block, grid, table, table-row, table-cell, flex, inline-flex, none
  • SCREEN_SIZE lg, md, sm, xs

Basic Example:

I am inline
I am inline-block
I am block
html