Custom Property with CSS Variables February 17, 2022 CSS variables have access to the DOM, simply create variables with local or global scope. DEMO Color via CSS Variable CSS :root { --heading-color: limegreen; } h2{ color: var(--heading-color); } Share Get link Facebook X Pinterest Email Other Apps Labels css variable Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment