diff --git a/87. Shape Clicker Game/app.js b/87. Shape Clicker Game/app.js index b5f2b35..9212cb8 100644 --- a/87. Shape Clicker Game/app.js +++ b/87. Shape Clicker Game/app.js @@ -41,4 +41,5 @@ function addBox() { box.style.left = randomNumbers(container.width - dim[0]) + "px"; box.style.top = randomNumbers(container.height - dim[1]) + "px"; box.style.borderRadius = randomNumbers(50) + "%"; + }