diff --git a/index.html b/index.html index 8b7179a..29558ff 100644 --- a/index.html +++ b/index.html @@ -215,10 +215,10 @@ output += "Password
"; output += "Enter password to send
"; - output += "

"; + output += "

"; output += "
"; - output += "
 


"; + output += "
"; document.getElementById('sendForm').innerHTML = output; } diff --git a/styles.css b/styles.css index c22df22..2088705 100644 --- a/styles.css +++ b/styles.css @@ -5,6 +5,9 @@ body { } h1 { +} +hr { + margin-top: 25px; } #container { margin: auto; @@ -19,6 +22,7 @@ button { border: none; color: white; padding: 12px 20px; + margin-bottom: 10px; text-align: center; text-decoration: none; display: inline-block;