From c115835e4086b9d3a7271aab33fc96a7a00f30bd Mon Sep 17 00:00:00 2001 From: winobob Date: Tue, 24 Jan 2023 10:41:02 +0100 Subject: [PATCH 1/4] 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/4] 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/4] 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; } From 2e827f559cdec0a0bcdc8567e5605c111531e29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96rjan=20Johansson?= Date: Sat, 27 Jun 2026 18:00:01 +0200 Subject: [PATCH 4/4] Corrected spelling --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a6eae15..112c4cd 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Hi there

-

This is paragraph

+

This is a paragraph