Two-Value Display Syntax (and Sometimes Three)
You know the single-value syntax: .thing { display: block; }
. The value “block” being a single value. There are lots of single values for display
. For example, inline-flex
, which is like flex
in that it becomse a …