Browse Source

Updated the subject.

pull/620/head
MarieMalarme 4 years ago committed by GitHub
parent
commit
24c49e4e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/gossip-grid/README.md

4
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)*

Loading…
Cancel
Save