glissario / bootcamp-schedule

bootcamp progress
0 stars 0 forks source link

Intro to Programming with P5: Microsoft Logo #51

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

Hints

The Microsoft logo looks like this.

image

You can use the following CSS color names: tomato, yellowgreen, skyblue, orange

You need to disable outlines for the Microsoft logo.

  function setup() {
    noStroke();
  }

Example Solution

glissario commented 3 years ago

done