From 2222caf9e708b039353f606a706ba5c83334cfe8 Mon Sep 17 00:00:00 2001 From: Sarayut Tharangsroi Date: Sun, 19 Oct 2025 18:03:30 +0700 Subject: [PATCH 1/3] Round1_Commit --- Challenges/Day_01/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/Day_01/style.css b/Challenges/Day_01/style.css index a7144a2..27c04fc 100644 --- a/Challenges/Day_01/style.css +++ b/Challenges/Day_01/style.css @@ -1,5 +1,5 @@ body{ - background-color: #F398BE; + background-color: red; } .box{ From 56e40047eb65bbc96708feb2bb34b09c64da729a Mon Sep 17 00:00:00 2001 From: Sarayut Tharangsroi Date: Sun, 19 Oct 2025 18:08:29 +0700 Subject: [PATCH 2/3] Round2_Commit --- Challenges/Day_02/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/Day_02/style.css b/Challenges/Day_02/style.css index 1143173..10c18eb 100644 --- a/Challenges/Day_02/style.css +++ b/Challenges/Day_02/style.css @@ -1,5 +1,5 @@ body { - background-color: #E67BAB; + background-color: black; } From 5b9f0d1e7eb9561001b23f3633cb3d3d0aa4a0ce Mon Sep 17 00:00:00 2001 From: Sarayut Tharangsroi Date: Mon, 20 Oct 2025 16:59:37 +0700 Subject: [PATCH 3/3] Round3_Commit --- Challenges/Day_03/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/Day_03/style.css b/Challenges/Day_03/style.css index 16ca73d..46aa75a 100644 --- a/Challenges/Day_03/style.css +++ b/Challenges/Day_03/style.css @@ -27,7 +27,7 @@ ul li span { display: flex; align-items: center; justify-content: center; - color: wheat; + color: black; font-size: 30px !important; }