Display
Handles basic dispaly properties other than Flexbox. Flexbox is part of the Flexbox grouping.
Properties
Appearance
Setting appearance to 'none' is useful to create accessible but visually pleasing form elements.
appearance-none
Appearance None
|
|
|
appearance-auto
Appearance Auto
|
|
Display
db
Display Block
|
|
db
db
db
|
di
Display Inline
|
|
di
di
di
|
dib
Display Inline Block
|
|
dib
dib
dib
|
dn
Display None
|
|
dn
dn
dn
|
dfr
Display Flow Root / Clearfix
|
|
With
display: flow-root , the black box is safe.
Without
display: flow-root , the black box contains only pain.
|
Screen Readers
For helping with markup needed for screen readers that you may not want shown to users using visual browsers
sr-only
Screen Readers Hide in browser UI
|
|
|
undo-sr-only
Screen Readers Undo sr-only, e.g. at a different breakpoint
|
|
Table Display
dt
Table Display Table
|
|
|
dtc
Table Display Cell
|
|
|
dtrow
Table Display Row
|
|
|
dtrow-group
Table Display Row Group
|
|
|
dtcolumn
Table Display Column
|
|
|
dtcolumn-group
Table Display Column Group
|
|
|
collapse
Table Display Border Collapse
|
|