Add scss file

This commit is contained in:
greg 2019-01-25 22:26:44 -08:00
parent c6bb473d10
commit 0b25a12071
1 changed files with 22 additions and 0 deletions

22
App.scss Normal file
View File

@ -0,0 +1,22 @@
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%;
}