Display (flex)

The display property specifies the type of box an element should generate. Microthemer includes the 'display' property in the Flexbox group AS WELL as the Behaviour group for convenience. As it is necessary to set 'display' to 'flex' or 'inline-flex' in order for the other flexbox properties to work.

Value Description
flexDisplays an element as a block-level flex container. New in CSS3
inline-flexDisplays an element as an inline-level flex container. New in CSS3.

Themeover CSS Reference

Close