From 2a2d5af174bda0a7864b46a1308e76b5f0f15e9f Mon Sep 17 00:00:00 2001 From: LucasZHsieh Date: Tue, 20 Dec 2022 18:48:14 -0600 Subject: [PATCH 1/2] form element change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a3b5e7..9fde1cc 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Hi there

- +
From 1e38b01eebaae9fc0adfe2ee3c447b7180824f20 Mon Sep 17 00:00:00 2001 From: LucasZHsieh Date: Tue, 20 Dec 2022 18:48:43 -0600 Subject: [PATCH 2/2] changed form element style --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5d639ee..8ac0cf6 100644 --- a/style.css +++ b/style.css @@ -13,4 +13,5 @@ p { form { margin: 30px; padding: 30px; + color: blue; }