Syntax: Maps / Dictionaries in CSS. • ID: #53 Code :root{ --primary:#04AA6D; } .btn{ background:var(--primary); } Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →