Well done!
You have completed Using Developer Tools and Custom CSS Properties Quiz!
Quiz Question 1 of 5
In CSS, you’ve defined the following custom property in the :root selector:
```:root { --primary-color: #3498db; }
How would you apply this color to the background of a `<div>`?
Choose the correct answer below: