Zaktualizuj 'style.css'
This commit is contained in:
parent
39e9ddbbac
commit
136a2c1f08
17
style.css
17
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;
|
||||
|
Loading…
Reference in New Issue
Block a user