diff --git a/style.css b/style.css index aeba6f4..a561d5d 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,14 @@ body{ font-family: sans-serif; } +h2{ + font-weight: bold; + margin-bottom: 5px; + text-align: center; + font-size: 16px; + color: red; +} + .loginbox{ width: 320px; height: 390px; @@ -51,14 +59,6 @@ h1{ font-size: 22px; } -h2{ - font-weight: bold; - margin-bottom: 5px; - text-align: center; - font-size: 16px; - color: red; -} - .loginbox p, .registerbox p{ margin: 0; padding: 0; @@ -79,6 +79,7 @@ h2{ color: #fff; font-size: 16px; } + .loginbox input[type="submit"], .registerbox input[type="submit"]{ border: none; outline: none;