SzabiSch / bootcamp-schedule

0 stars 0 forks source link

Intro to Programming with P5: Microsoft Logo #52

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

SzabiSch commented 3 years ago

Aufgabe wurde schon bei der #51 erledigt