diff --git a/App.scss b/App.scss new file mode 100644 index 0000000..bf6eb21 --- /dev/null +++ b/App.scss @@ -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%; +}