Day 77: block-size, inline-size, vi, and vb

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
There are logical properties for width and height values.width and height The logical alternative for width is inline-size and the alternative for height is block-size. Here’s an example of how using inline-size over width makes a difference. [data-sample] h1 { border: 1rem solid; padding: 1rem; } [data-sample] h1:not(:last-child)...