YOU++ Logo

YOU++ - cool code for cool kids

  • EXPLORE
  • |
  • ABOUT US

How can we help?

Contact

CodeRobo GIF
Yay! Thank you for your message! We'll get back to you as soon as possible.
Oops!

We'd love to know what you think about us, so we can be even more awesome in the future. Please take a few minutes, and tell us!

CodeRobo GIF
Flash Message!

Code your own Birthday Card

50 tasks

Help CodeRobo to draw a cool birthday card for his friend.

Start Course Try Yourself
BadgeCode your own Birthday Card
BadgeCode your own Birthday Card
voor: PAUL POGBA

8 YEARS AGO BY ATLANTIS-FAISSAL

Share See code

This project is coded by atlantis-faissal with a little help of YOU++.

Want to learn how? Make your own!


background(0,89,84); noStroke(); fill(255,255,255); rect(95,45,250,300); //newspaper //change the font and font size of the newspaper title here textFont(Bubblegum,35); fill(255,255,255); words("look at",160,360); textFont(Jellybean,40); fill(0,0,0); words("MY",110,295); textFont(Cookie,50); fill(0,0,0); words("DAB",235,290); stroke(0,204,153); line(110,280,330,280); //underlines the title fill(0,204,153); rect(110,220,70,50); stroke(250,190,140); fill(250,190,140); triangle(130,220,160,220,145,240); ellipse(145,250,20,20); //small picture stroke(0,204,153); line(200,265,330,265); line(200,255,330,255); line(200,245,330,245); line(200,235,330,235); line(200,225,330,225); // text next to the small picture stroke(0,153,153); fill(0,153,153); rect(200,90,130,110); // big picture fill(255,192,0); ellipse(265,145,90,70); stroke(255,0,0); line(210,145,320,145); stroke(0,204,153); line(110,200,180,200); line(110,190,180,190); line(110,180,180,180); line(110,170,180,170); line(110,160,180,160); line(110,150,180,150); line(110,140,180,140); line(110,130,180,130); line(110,120,180,120); line(110,110,180,110); line(110,100,180,100); line(110,90,180,90); // text next to the big picture fill(0,204,153); rect(110,60,220,20); //footer
++

Oops

You need a bigger screen.