From 28e7c5a1655252342d5c3750b8132d1418860c7b Mon Sep 17 00:00:00 2001 From: mykhalenych <53228259+mykhalenych@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:01:18 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7ce9332a8..b55608052 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,8 @@ In addition to the basic functionality create a BEM modifier called `speed-up` f - it will take only `10s` for the seconds hand to make a full circle (change animation duration) - it will take only `10min` for the minutes hand to make a full circle (change animation duration) -❗️ Add the modifier to the initial markup for Tests. +❗️ Create an HTML element with the class stopwatch (this element is required for the tests). +❗️ Add the modifier to the stopwatch for tests. ❗️ Mentors will remove it via Dev Tools and check if Basic functionality works as expected. > Here are the [Layout Tasks Instructions](https://mate-academy.github.io/layout_task-guideline)