From c115835e4086b9d3a7271aab33fc96a7a00f30bd Mon Sep 17 00:00:00 2001 From: winobob Date: Tue, 24 Jan 2023 10:41:02 +0100 Subject: [PATCH 1/3] Created form element --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a3b5e7..a6eae15 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Hi there

This is paragraph

- +
From 28cf1637b7134f9aa2ccd3df5094c58cf5881038 Mon Sep 17 00:00:00 2001 From: winobob Date: Tue, 24 Jan 2023 10:41:43 +0100 Subject: [PATCH 2/3] Styled form element --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d639ee..6b51ed2 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,6 @@ p { } form { - margin: 30px; + margin: 20px; padding: 30px; } From 0154da89f3e884f862b77abb84c09a8ac2967787 Mon Sep 17 00:00:00 2001 From: winobob Date: Tue, 24 Jan 2023 11:29:14 +0100 Subject: [PATCH 3/3] Enlarged padding in form element --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6b51ed2..dda9431 100644 --- a/style.css +++ b/style.css @@ -12,5 +12,5 @@ p { form { margin: 20px; - padding: 30px; + padding: 40px; }