Update README.md

typo reported by Adrien ejm
This commit is contained in:
Christopher Fremond 2021-10-26 12:12:41 +01:00 committed by GitHub
parent 989c44a92b
commit 2d73cf58c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Create the 3 following classes, setting them with the given rulesets, & attribut
- `background-color` "dodgerblue"
- attributed to `leg-left` & `leg-right`
Note that you can attribute several classes to a same element ; create the class `body-member`, which set the `width` to 50 pixels and the `margin` to 30 pixels, and add it to the `class` attribute of those elements: `arm-left`, `arm-right`, `leg-left` & `leg-left`.
Note that you can attribute several classes to a same element ; create the class `body-member`, which set the `width` to 50 pixels and the `margin` to 30 pixels, and add it to the `class` attribute of those elements: `arm-left`, `arm-right`, `leg-left` & `leg-right`.
### Code examples