From 7c77cbf6f4315409584b9b50850a83a713664c94 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Thu, 18 Jun 2020 23:51:50 +0100 Subject: [PATCH] Added some link in the instructions. (#618) --- subjects/get-them-all/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index c2657fc0..92fa64ab 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -25,6 +25,7 @@ On top of the webpage, each of the four buttons fires a function which has to re - [`getElementsByClassName()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName) - [`getElementById()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById) - [`querySelectorAll()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll) / [`querySelector()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) +- ...and bit of CSS that could help with the [`:not` pseudo class](https://developer.mozilla.org/en-US/docs/Web/CSS/:not) ### Provided files