From 0b4b7c08cd210c5845b849fdf2b4b7e61724e51d Mon Sep 17 00:00:00 2001 From: samykaplan Date: Tue, 14 Apr 2020 19:34:43 +0100 Subject: [PATCH 1/3] Created form element --- index.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 3a3b5e7..9205870 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,21 @@ - - - - - Document - - -

Hi there

-

This is paragraph

-
- - -
- - + + + + + Document + + + +

Hi there

+

This is paragraph

+ +
+ + +
+ + + \ No newline at end of file From d7407c4a340244c2e35e7793a21313f99ff6b3eb Mon Sep 17 00:00:00 2001 From: samykaplan Date: Tue, 14 Apr 2020 19:40:18 +0100 Subject: [PATCH 2/3] Changed form element size --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d639ee..95c9d36 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ p { } form { - margin: 30px; + margin: 20px; padding: 30px; } + From c6d8b5bbe52a7dfbc38272be7a3465de510da47d Mon Sep 17 00:00:00 2001 From: samykaplan Date: Wed, 22 Apr 2020 18:30:52 +0100 Subject: [PATCH 3/3] Added p2 style --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 95c9d36..a60aaa2 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,10 @@ h1 { color: green; } +h2 { + color: brown; +} + p { color: blue; }