Zaktualizuj 'style.css'

This commit is contained in:
Krystian Rzepa 2018-12-30 22:54:47 +00:00
parent 39e9ddbbac
commit 136a2c1f08

View File

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