Skip to main content
✏️ Code CompletionCS CSS Medium+20 XP

CSS Variable

Complete the CSS custom property usage.

✏️ Fill in the blank
:root { --primary: #229c6b; }
.btn { background: ___(--primary); }

✏️ Type the missing code: