background(0,0,255);
noStroke();
fill(0,255,0);
rect(50,50,300,100);
fill(247,150,80);
rect(100,150,200,100);
fill(255,0,0);
rect(150,250,100,100);
textFont(Bubblegum,30);
fill(255,0,255);
words("happy birthday",100,380);
50 tasks
Help CodeRobo to draw a cool birthday card for his friend.
8 YEARS AGO BY ATLANTIS-ELIANNE
This project is coded by atlantis-elianne with a little help of YOU++.
Want to learn how?
Make your own!