From 0b25a12071c1d032ae2d7c032608dff9c286d072 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 25 Jan 2019 22:26:44 -0800 Subject: [PATCH] Add scss file --- App.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 App.scss 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%; +}