From 830295dcf4163864ef968f3240d845598a573306 Mon Sep 17 00:00:00 2001 From: SARAH POLLNOW Date: Sun, 13 Jan 2019 14:34:47 -0500 Subject: [PATCH] change background color to honeydew --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index eeb29b3..d59084d 100644 --- a/styles.css +++ b/styles.css @@ -24,7 +24,7 @@ body { width: 500px; height: 1300px; margin: 0 auto; - background-color: #D3D3D3; + background-color: #F0FFF0; padding: 0 20px 20px 20px; border: 5px solid black; margin-top:25px;