From edbb6a81e8156095469694ba72f0a6a9c0934041 Mon Sep 17 00:00:00 2001 From: Jaime Deng Date: Mon, 28 Oct 2019 14:57:03 -0700 Subject: [PATCH] corrected body's syntax --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 815e49f..daff32b 100644 --- a/styles.css +++ b/styles.css @@ -20,6 +20,7 @@ html { } body { + background-color: #719292; /*changed to correct syntax*/ margin: 20px; }