Update README.md

This commit is contained in:
MarieMalarme 2020-06-19 11:00:27 +01:00 committed by GitHub
parent 0aac40231a
commit b53de86630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Develop a trap to capture the elements when the mouse is getting too close to th
- Create a function `setBox` which sets a box with the class `box` in the center of the page ; when a circle is inside that box, it has to be purple (use the CSS global variable `var(--purple)` as `background`) ; once a circle enters the box, it is trapped inside and cannot go out of it anymore.
> Hint: do not use operators like `<=` or `=>`, a circle has to be trapped **strictly** inside the box
> Hint: Be careful, a circle cannot overlap the box which has walls of `1px`, it has to be trapped **strictly** inside.
### Notions