CSS: Generalized rule for fonts
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect, html }) => {
const element = query(document, '.bold-text');
expect(element).to.have.class('bold-text');
expect(html).to.contain('bold 24px Verdana, sans-serif');
});
Teacher's solution will be available in:
20:00
