From 7ff45a0d8d3dcf3238f8a8fb4035fa8f182126c7 Mon Sep 17 00:00:00 2001 From: Nagi Reddy Arekuti Date: Mon, 1 Feb 2021 12:10:03 +0530 Subject: [PATCH 1/3] created form element --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index bf8621c..a476bb0 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,10 @@

Hi there

This is paragraph

+
+ + + +
From dfa2a469e49766136380b04cb4e0ad15c8c5c03b Mon Sep 17 00:00:00 2001 From: Nagi Reddy Arekuti Date: Mon, 1 Feb 2021 12:12:32 +0530 Subject: [PATCH 2/3] styled form element --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 6b897cd..3285f2c 100644 --- a/style.css +++ b/style.css @@ -9,3 +9,7 @@ h1 { p { color: blue; } +form{ + margin: 20px; + padding: 2px; +} From d7d1f37d3d16211bac3b7d8d7123de7d439e5629 Mon Sep 17 00:00:00 2001 From: Nagi Reddy Arekuti Date: Mon, 1 Feb 2021 12:39:09 +0530 Subject: [PATCH 3/3] added on my own --- index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.html b/index.html index ddab658..6216d4a 100644 --- a/index.html +++ b/index.html @@ -9,17 +9,10 @@

Hi there

This is paragraph

-<<<<<<< HEAD -
- - - -======= - ->>>>>>> db6cfceecbac054667996687d693aaef9a0c2a65 +