From c3da2725cc024679fc381e8677563d913c2fc71e Mon Sep 17 00:00:00 2001 From: user-admin Date: Sat, 31 Jan 2026 02:45:34 +0000 Subject: [PATCH] Add src/App.css --- src/App.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/App.css 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; +}