You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
647 B
58 lines
647 B
html, body
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
body
|
|
{
|
|
background-color: #7AA;
|
|
}
|
|
|
|
main
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
main div
|
|
{
|
|
background-color: #8BBA;
|
|
margin-top: 17%;
|
|
margin-bottom: 17%;
|
|
padding: 16px;
|
|
border-radius: 16px;
|
|
}
|
|
input
|
|
{
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
|
|
@media (max-width: 1000px)
|
|
{
|
|
form
|
|
{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
input
|
|
{
|
|
font-size: 50px;
|
|
height: 65px;
|
|
width: 100%;
|
|
}
|
|
td
|
|
{
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
body
|
|
{
|
|
font-size: 75px;
|
|
}
|
|
}
|