From cc34a4b6181d0dc2ca7f47b0a36dd7d78a9f3338 Mon Sep 17 00:00:00 2001 From: Kent Date: Sat, 21 Jan 2023 06:43:32 -0800 Subject: [PATCH 1/3] Created form element --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 5d639ee..df5f637 100644 --- a/style.css +++ b/style.css @@ -13,4 +13,6 @@ p { form { margin: 30px; padding: 30px; + + } From 0f32b14adb2863de7b8c3c2a907030ea0cbc4ef7 Mon Sep 17 00:00:00 2001 From: Kent Date: Sat, 21 Jan 2023 06:45:02 -0800 Subject: [PATCH 2/3] Created form element --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3a3b5e7..c272eb0 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@

Hi there

This is paragraph

- - + +
From e76d2db37eeb52e4e95061501fa6da2f2c40e787 Mon Sep 17 00:00:00 2001 From: Kent Date: Sat, 21 Jan 2023 06:45:55 -0800 Subject: [PATCH 3/3] Increase Margin --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index df5f637..fe935ea 100644 --- a/style.css +++ b/style.css @@ -11,8 +11,7 @@ p { } form { - margin: 30px; - padding: 30px; - - + margin: 40px; + padding: 40px; + }