Some help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Some help

How can i change the position of heart, https://code.sololearn.com/WDq3ZqZBW1ck/?ref=app

11th Apr 2021, 6:06 PM
Adnan Ansari
Adnan Ansari - avatar
1 Answer
+ 2
Change the parameters to this line and you'll change the position of the heart. translate(width/2,height/2) This will be near the top of the page: translate(width/2,height/5) This will be near the bottom of the page: translate(width/2,height * 4/5)
12th Apr 2021, 3:03 AM
Josh Greig
Josh Greig - avatar