CSS: Variables
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect, html }) => {
expect(html).to.contain(':root');
expect(html).to.contain('--main-blue');
expect(html).to.contain('#00bfff');
});
Teacher's solution will be available in:
20:00
