CSS: Анимация
Задание
Loading...
Ваше упражнение проверяется по этим тестам
const { test } = require('tests');
test(({ query, expect, html }) => {
const p = query(document, '.black-white');
const pStyle = getComputedStyle(p);
expect(html).to.contain('@keyframes');
expect(html).to.contain('<style>');
expect(pStyle).to.have.property('animation');
});
Решение учителя откроется через:
20:00
