diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..1e56d81 --- /dev/null +++ b/src/App.css @@ -0,0 +1,25 @@ +.App { + text-align: center; +} + +.App-header { + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-header h1 { + margin: 0; + font-size: 3rem; + margin-bottom: 1rem; +} + +.App-header p { + margin: 0; + font-size: 1.5rem; +}