#
#
<title>MineCraft Creeper</title>
<canvas width="600" height="400"></canvas>
<script>
var tela = document.querySelector("canvas");
var pincel = tela.getContext("2d");
pincel.fillStyle = "lightgrey";
pincel.fillRect(0, 0, 600, 400);
pincel.fillStyle = "darkgreen";
pincel.fillRect(125, 50, 350, 300);
pincel.fillStyle = "black";
pincel.fillRect(230, 240, 40, 110);
pincel.fillStyle = "black";
pincel.fillRect(340, 240, 40, 110);
pincel.fillStyle = "black";
pincel.fillRect(270, 200, 70, 100);
pincel.fillStyle = "black";
pincel.fillRect(180, 110, 90, 90);
pincel.fillStyle = "black";
pincel.fillRect(340, 110, 90, 90);
</script>
Oi, Laurin tudo bem por aí? ^-^
Mandou bem!
Caso tenha ficado com alguma dúvida não deixe de compartilhar com a gente.
Continue praticando.
Bons estudos e até mais! =)