From a41c6717c861cb987e454470a037f2d2620188a0 Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 28 Jan 2025 15:40:23 +0100 Subject: [PATCH] feat: text on logo --- src/App.css | 26 +++++++++++++++++++++++++- src/App.tsx | 12 +++++++----- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/src/App.css b/src/App.css index f3d3e45..0fcf6ad 100644 --- a/src/App.css +++ b/src/App.css @@ -33,9 +33,11 @@ body { } h1, -h2 { +h2, +h3 { margin-top: 0px; margin-bottom: 0px; + padding: 4px 16px; } .container { @@ -154,6 +156,28 @@ button { font-size: 150%; } +.logo { + position: relative; + text-align: center; + height: 169px; + img { + display: block; + margin: auto; + } + h3 { + position: absolute; + top: 33%; + left: 50%; + transform: translate(-50%, -50%); + color: aliceblue; + background-color: black; + border-radius: unset; + letter-spacing: 8px; + padding: 0px 40px; + font-family: monospace; + } +} + .loader { display: block; position: relative; diff --git a/src/App.tsx b/src/App.tsx index 3f404b5..b83d5c1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,11 +5,13 @@ import Rankings from "./Rankings"; function App() { return ( <> - - logo - -

cutt

- cool ultimate team tool +
+ + logo + +

cutt

+ cool ultimate team tool +