Skip to main content

HTML Guide

CSS: “display”: X is not a “display” value.

The value on the display property is not valid.

The display CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.

Learn more:

Related W3C validator issues