From 24c49e4e32b391f01503f77dbefeb855af1f523a Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Fri, 19 Jun 2020 00:47:12 +0100 Subject: [PATCH] Updated the subject. --- subjects/gossip-grid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/gossip-grid/README.md b/subjects/gossip-grid/README.md index 4dec9ac8..b67cbeab 100644 --- a/subjects/gossip-grid/README.md +++ b/subjects/gossip-grid/README.md @@ -7,9 +7,9 @@ Good information is the pillar of society, that's why you've decided to dedicate Create the function `grid` which displays all the `gossips`, provided in the data file below, as cards on a grid (in the same order). They must be `div` with the `gossip` class. -The first `gossip` card must be a form with a `textarea` and a submit button that allows to add a new gossip to the list with the text `Share gossip!` +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: +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)*