From 18928a37c7aa249f5e0bd18ed8a95c45478df86e Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Mon, 22 Feb 2021 16:13:28 +0000 Subject: [PATCH] Harmonize the links --- subjects/carbon-copy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/carbon-copy/README.md b/subjects/carbon-copy/README.md index 6fd65e74..b3a697cc 100644 --- a/subjects/carbon-copy/README.md +++ b/subjects/carbon-copy/README.md @@ -44,7 +44,7 @@ For this phase, you'll have to make the whole HTML & CSS by yourself. If you made it until here pretty fast, now the fun will begin! You're going to add a bunch of JS interactions to make elements appear / disappear / change in the HTML & CSS by linking a JS [script](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script) to your `index.html`. -- Change the order of the pictures when clicking on the pictures' section, [toggling](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList) the pre-defined class `row-reverse` from the CSS file `styles.css`. +- Change the order of the pictures when clicking on the pictures' section, [toggling](https://css-tricks.com/snippets/javascript/the-classlist-api/) the pre-defined class `row-reverse` from the CSS file `styles.css`. ![](images-order.gif)