From 5cb1d0baca37a91f2fdd9511186865d89996a771 Mon Sep 17 00:00:00 2001 From: Anaid Date: Wed, 9 Mar 2022 18:06:57 -0700 Subject: [PATCH 1/5] Deleted form, but 1 --- index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.html b/index.html index 3a3b5e7..bf8621c 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,5 @@

Hi there

This is paragraph

- -
- - -
From b243e27009a413f99c8f1beb89ae4d0c0433d4b7 Mon Sep 17 00:00:00 2001 From: Anaid Date: Wed, 9 Mar 2022 18:07:56 -0700 Subject: [PATCH 2/5] Created form element --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index bf8621c..d3ab00e 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,9 @@

Hi there

This is paragraph

+
+ + +
From f7635a8abefb599e48418d072650cec5723fd498 Mon Sep 17 00:00:00 2001 From: Anaid Date: Wed, 9 Mar 2022 18:08:59 -0700 Subject: [PATCH 3/5] Deleted form to file style.css --- style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/style.css b/style.css index 5d639ee..ac10c49 100644 --- a/style.css +++ b/style.css @@ -8,9 +8,4 @@ h1 { p { color: blue; -} - -form { - margin: 30px; - padding: 30px; -} +} \ No newline at end of file From d12a06a36866d82e1a98b7a422d9c9c7c63fcb6c Mon Sep 17 00:00:00 2001 From: Anaid Date: Wed, 9 Mar 2022 18:09:38 -0700 Subject: [PATCH 4/5] Styled form element --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ac10c49..5d639ee 100644 --- a/style.css +++ b/style.css @@ -8,4 +8,9 @@ h1 { p { color: blue; -} \ No newline at end of file +} + +form { + margin: 30px; + padding: 30px; +} From 25919e4280118bbf1ba44d987aca2717af8bed0e Mon Sep 17 00:00:00 2001 From: Yaremi Armenta <101226484+YaremiArmenta@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:17:40 -0700 Subject: [PATCH 5/5] Increased margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d639ee..d526fe0 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,6 @@ p { } form { - margin: 30px; + margin: 50px; padding: 30px; }