Browse Source

Update README.md

content-update
MarieMalarme 4 years ago committed by GitHub
parent
commit
65fdff275c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/harder-bigger-bolder-stronger/README.md

2
subjects/harder-bigger-bolder-stronger/README.md

@ -9,7 +9,7 @@ Generate a board where each new letter is harder, bigger, bolder and stronger!
Write the function `generateLetters` which creates 120 `div`, each containing a letter randomly picked through the **uppercase** alphabet, and whose style properties have to be increased:
- each letter `font-size` has to grow from `11` to `130` pixels
- `font-weigth` has to be `300` for the first third of the letters, `400` for the second third, and `600` for the last third
- `font-weight` has to be `300` for the first third of the letters, `400` for the second third, and `600` for the last third
### Provided files

Loading…
Cancel
Save