From 6ae37c8ca438831e6df59bd6a5c8d804b933ae10 Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 27 Jan 2026 16:48:43 -0500 Subject: [PATCH 1/4] make bg white --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 48cad34..86cb99a 100644 --- a/styles.css +++ b/styles.css @@ -17,7 +17,7 @@ p.nearimage { } html { - background-color: grey; + background-color: white; } body { From a9677cd93f513f6cff7d0e27873fe5cdae4ffe33 Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 27 Jan 2026 16:49:24 -0500 Subject: [PATCH 2/4] change paragraph text color from black to red --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 86cb99a..46fbfb0 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ p { - color: black; + color: red; width: 400px; float:left; } From 2b01f1d82666e8be857b628a16de692c481b148b Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 27 Jan 2026 16:49:52 -0500 Subject: [PATCH 3/4] make bg yellow --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 46fbfb0..d85831a 100644 --- a/styles.css +++ b/styles.css @@ -24,7 +24,7 @@ body { width: 500px; height: 1300px; margin: 0 auto; - background-color: #D3D3D3; + background-color: yellow; padding: 0 20px 20px 20px; border: 5px solid black; margin-top:25px; From a8d1658ecb981a6ecb1bac275447f242eef14d00 Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 27 Jan 2026 16:57:28 -0500 Subject: [PATCH 4/4] make title black --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d85831a..edd496e 100644 --- a/styles.css +++ b/styles.css @@ -34,7 +34,7 @@ body { h1 { margin: 0; padding: 20px 0; - color: #00539F; + color: black; }