diff --git a/index.html b/index.html index 3a3b5e7..4365494 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@

Hi there

+ +
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; +}