mirror of
https://github.com/EDeev/yandex_lyceum.git
synced 2026-06-15 11:01:04 +03:00
54 lines
No EOL
774 B
CSS
54 lines
No EOL
774 B
CSS
h1.red {
|
|
color: #d22e3a;
|
|
}
|
|
|
|
h1.font {
|
|
font-size: 36px;
|
|
}
|
|
|
|
img.width {
|
|
width: 430px;
|
|
}
|
|
|
|
form.login_form {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 450px;
|
|
background-color: #ffdcbb;
|
|
border: 1px solid gray;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
}
|
|
|
|
div.font {
|
|
font-size: 20px;
|
|
width: 600px;
|
|
height: 40px;
|
|
text-align: left;
|
|
line-height: 50px;
|
|
}
|
|
|
|
div.red {
|
|
color: #6b1c29;
|
|
background-color: #f7d7dc;
|
|
}
|
|
|
|
div.black {
|
|
color: #000000;
|
|
background-color: #d6d9d9;
|
|
}
|
|
|
|
div.green {
|
|
color: #185921;
|
|
background-color: #d3eedc;
|
|
}
|
|
|
|
div.gray {
|
|
color: #393c42;
|
|
background-color: #e1e3e4;
|
|
}
|
|
|
|
div.yellow {
|
|
color: #845900;
|
|
background-color: #fff3ce;
|
|
} |