OKLCH is a newer color model that is designed to be perceptually uniform. This means that colors are much more accurate in terms of how humans perceive them and it makes working with them much easier.
css
font-size-adjust Is Useful
matklad.github.io…this is where font-size-adjust comes in. If I specify
font-size-adjust: ex-height 0.5,
I ask the browser to scale the font such that the letter “x” is exactly half of the box. This makes the fonts comparable…
Inclusive Components
inclusive-components.designA blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece.