Расположение формы запроса
This commit is contained in:
@@ -4,7 +4,7 @@ h1,h2 {
|
||||
body {
|
||||
background-color: #87CEEB;
|
||||
}
|
||||
form[name="auth"] {
|
||||
div.form {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
@@ -12,7 +12,7 @@ form[name="auth"] {
|
||||
}
|
||||
form[name="auth"] input[type="submit"] {
|
||||
display: block;
|
||||
margin: 5px auto;
|
||||
margin: 10px auto;
|
||||
}
|
||||
button {
|
||||
background-color: #067936;
|
||||
@@ -39,6 +39,10 @@ div.login button {
|
||||
margin-top: -5px;
|
||||
background-color: #176917;
|
||||
}
|
||||
div.return {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
div.return button{
|
||||
background-color: chocolate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user