From 7bdcd4d782901d91e2c163d984440840aef25d88 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Fri, 19 Jun 2020 00:48:21 +0100 Subject: [PATCH] Updated subject. --- subjects/gossip-grid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/gossip-grid/README.md b/subjects/gossip-grid/README.md index b67cbeab..e927b82e 100644 --- a/subjects/gossip-grid/README.md +++ b/subjects/gossip-grid/README.md @@ -9,7 +9,7 @@ They must be `div` with the `gossip` class. The first `gossip` card must be a `form` with a `textarea` and a submit button with the text `Share gossip!` that allows to add a new gossip to the list. -Create 3 `type="range"` inputs with the class `range`, all wrapped in a div with the class `ranges`: +Create 3 `type="range"` inputs with the class `range`, all wrapped in a `div` with the class `ranges`: - one with `id="width"` that control the width of cards *(from 200 to 800 pixels)* - one with `id="fontSize"` that control the font size *(from 20 to 40 pixels)*