From b10e9541ee2f5c9829e8ae5ca11cf2bc48abf11f Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Sun, 28 Feb 2021 20:16:21 +0000 Subject: [PATCH] Put videos links in subjects. --- subjects/action-reaction/README.md | 4 +--- subjects/bring-it-to-life/README.md | 2 +- subjects/first-words/README.md | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/subjects/action-reaction/README.md b/subjects/action-reaction/README.md index eb9ec586..4f2c2ed3 100644 --- a/subjects/action-reaction/README.md +++ b/subjects/action-reaction/README.md @@ -30,9 +30,7 @@ In the JS file, get the HTML button element with [`querySelector`](https://devel ### Expected output -This is what you should see in the browser: - - +[This](https://youtu.be/Wkar5SmswDo) is what you should see in the browser. ### Notions diff --git a/subjects/bring-it-to-life/README.md b/subjects/bring-it-to-life/README.md index 56514d30..8e8e62ea 100644 --- a/subjects/bring-it-to-life/README.md +++ b/subjects/bring-it-to-life/README.md @@ -9,7 +9,7 @@ First, define this new class in your CSS file: ``` .eye-closed { - height: 2px; + height: 4px; padding: 0 5px; border-radius: 10px; } diff --git a/subjects/first-words/README.md b/subjects/first-words/README.md index 6499079e..7648275e 100644 --- a/subjects/first-words/README.md +++ b/subjects/first-words/README.md @@ -35,9 +35,7 @@ In the JS file, like in the previous exercise, get the HTML button element with ### Expected output -This is what you should see in the browser: - - +[This](https://youtu.be/Eq9liRCc-zA) is what you should see in the browser. ### Notions