From edadad1d4b36a8ba7b6b93e4dc5d35c5cee3572b Mon Sep 17 00:00:00 2001 From: mydevth Date: Sat, 25 Dec 2021 23:45:24 +0700 Subject: [PATCH 1/2] create form element --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3a3b5e7..85e1aa1 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@

Hi there

This is paragraph

- - + +
From fe6a239f1b138ad0127d9e4012f2ac5bda23c14a Mon Sep 17 00:00:00 2001 From: mydevth Date: Sat, 25 Dec 2021 23:47:12 +0700 Subject: [PATCH 2/2] style form element --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5d639ee..dda9431 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,6 @@ p { } form { - margin: 30px; - padding: 30px; + margin: 20px; + padding: 40px; }