From b4c1edd748a6226d62aa5e1984dac40f1eb1f82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Tiago?= <55816267+joao-cloud@users.noreply.github.com> Date: Sun, 17 Jan 2021 21:40:10 -0300 Subject: [PATCH] Changed 2D canvas game - style.css I changed the color of the background-color property. --- 2D Canvas Game/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2D Canvas Game/styles.css b/2D Canvas Game/styles.css index 50d158d..3f7b0fa 100644 --- a/2D Canvas Game/styles.css +++ b/2D Canvas Game/styles.css @@ -1,5 +1,5 @@ #mycanvas{ - background-color: #31f0f0; + background-color: #fff; margin: 125px 0px 125px 295px; }