mirror of
https://github.com/EDeev/yandex_lyceum.git
synced 2026-06-16 03:21:04 +03:00
13 lines
No EOL
228 B
CSS
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;
|
|
} |