CSS: Media queries
Instructions
Loading...
Your exercise will be checked with these tests:
const { test } = require('tests');
test(({ query, expect, html }) => {
expect(html).to.contain('@media');
expect(html).to.contain('max-width');
expect(html).to.contain('750px');
});
Teacher's solution will be available in:
20:00
