function setup() {
createCanvas(490, 390);
textSize(32);
text('I will be using CodePen today.', 60, 60, 500, 500);
text('These platforms are fantastic because we can share our code immediately and explore/learn from other projects within the community.', 60, 150, 450, 500);
}
function draw() {
}
This Pen doesn't use any external CSS resources.