d77e09052a
CSS sucks
29 lines
316 B
SCSS
29 lines
316 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%;
|
|
}
|
|
|
|
.searchButton {
|
|
padding: 5px;
|
|
margin: 10px;
|
|
font-dize: 22px;
|
|
}
|