From 522d97e1ca6b8fffc3653617a95a9337baf8ec66 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Fri, 15 Mar 2019 10:25:02 +0100 Subject: [PATCH] edit App Component --- src/App.css | 23 ++++++++++++++--------- src/App.js | 5 +++-- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/App.css b/src/App.css index b41d297..cf4d964 100644 --- a/src/App.css +++ b/src/App.css @@ -1,22 +1,27 @@ -.App { - text-align: center; +body { + background-color: #d9534f; } -.App-logo { - animation: App-logo-spin infinite 20s linear; - height: 40vmin; - pointer-events: none; +.title { + font-size: 60px; + font-weight: lighter; +} + +.App { + text-align: center; + color: #131313; } .App-header { - background-color: #282c34; - min-height: 100vh; + background-color: #d9534f; display: flex; + min-height: 20vh; flex-direction: column; align-items: center; justify-content: center; - font-size: calc(10px + 2vmin); + font-size: calc(50px + 2vmin); color: white; + text-shadow: 0 0 2px #cf4242, 0 0 4px #2B2D1F; } .App-link { diff --git a/src/App.js b/src/App.js index ffe120d..0e1975e 100644 --- a/src/App.js +++ b/src/App.js @@ -6,8 +6,9 @@ class App extends Component { render() { return (