Articles by

Gabriel Shoyombo

Gabriel is a front-end developer and technical writer. He specializes in HTML, CSS, JavaScript, React, Vue, TailwindCSS, and Bootstrap, with a track record of building high-quality and user-friendly websites and web applications. He is also passionate about sharing knowledge on the latest front-end technologies through informative and engaging technical articles.

Direct link to the article env()

env()

The CSS env() function replaces environment variables into CSS. To be more precise, it is a way to insert user-agent-defined variables into your stylesheet.
Direct link to the article oklch()

oklch()

The CSS oklch() function specifies colors with three components — Lightness (L), Chroma (C), and Hue (H) — offering a perceptually uniform system, which is a fancy way of saying that it is closely aligned with how humans perceive color.