yandex_lyceum/WEB. HTML/static/css/style.css
2022-03-21 18:15:33 +07:00

13 lines
No EOL
228 B
CSS

h1 {
color: #d22e3a
}
form.login_form {
margin-left: auto;
margin-right: auto;
max-width: 450px;
background-color: #ffcc00;
border: 1px solid gray;
border-radius: 5px;
padding: 10px;
}