I admit I'm on point with everything showed here expect for the @container queries. Each time I see an exemple of those I get really confused and my brain just refuses to understand what is happening.
Typically, you specify the container-type in advance in the parent element. For example, if you set @container (width >= 800), it will always check the parent to see how much width is available.
I admit I'm on point with everything showed here expect for the
@containerqueries. Each time I see an exemple of those I get really confused and my brain just refuses to understand what is happening.Typically, you specify the
container-typein advance in the parent element. For example, if you set@container (width >= 800), it will always check the parent to see how much width is available.Example: