From 22ee8cac8ba13ceb8ae6a8a949beb273a05e88c6 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 20 Apr 2020 00:35:45 -0300 Subject: [PATCH 1/2] Created form element once again... --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 3a3b5e7..4365494 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@

Hi there

+ +
From 9e55a72aaf11622e08316e4a31137a81bbd8e96e Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 20 Apr 2020 00:37:23 -0300 Subject: [PATCH 2/2] Style form element once again... --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 5d639ee..e7bbf38 100644 --- a/style.css +++ b/style.css @@ -14,3 +14,8 @@ form { margin: 30px; padding: 30px; } + +form{ + margin-top: auto; + margin-left: auto; +}