Day 62: the container shorthand

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
On day 56 you've learned that you have to define a container-type when working with size containers and on day 59 you've learned that you can name containers using the container-name property.The container shorthand allows you to define both properties in a single property, [name] / [type]. section { container: wrapper / inline-size; /* ...