From 8d5260b2a1bbf996b37c04b7d2eecb626bdb9e06 Mon Sep 17 00:00:00 2001 From: trup Date: Sun, 7 Mar 2021 22:33:13 +0530 Subject: [PATCH 1/2] created form --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a3b5e7..c23d6a8 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@

Hi there

- +
From f3a95b79e8843e0841f24d63b08192b19accc15f Mon Sep 17 00:00:00 2001 From: trup Date: Sun, 7 Mar 2021 22:34:22 +0530 Subject: [PATCH 2/2] 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; }