Расположение формы запроса

This commit is contained in:
Anton Kamalov
2024-10-24 17:40:25 +03:00
parent 79846d0911
commit 1b900ef52e
4 changed files with 46 additions and 34 deletions

View File

@@ -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;
}