diff --git a/public/form.html b/public/form.html index 778cff0..c924fcf 100644 --- a/public/form.html +++ b/public/form.html @@ -17,7 +17,7 @@ } h1 { - color: #333; + color: #000; } form { @@ -46,6 +46,11 @@ box-sizing: border-box; } + .button-container { + display: flex; + justify-content: center; + } + input[type="submit"] { background-color: #3fbfff; color: #fff; @@ -83,7 +88,9 @@ - +
+ +