style p5.js

myDiv.style('font-size', '18px');
myDiv.style('color', '#ff0000');
Jesús Angarita