23 lines
240 B
SCSS
23 lines
240 B
SCSS
|
body {
|
||
|
background-color: #f0f0b8;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
text-align:center;
|
||
|
}
|
||
|
|
||
|
div .container {
|
||
|
max-width: 62rem;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
div .textInput {
|
||
|
max-width: 70%;
|
||
|
margin: auto;
|
||
|
font-size: 22px;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
width: 100%;
|
||
|
}
|