From ae614c0d1174d3b5527f1fb3dc6e339d7ad6a10b Mon Sep 17 00:00:00 2001 From: physcik Date: Sat, 11 Apr 2026 01:55:54 +0500 Subject: CSS pt 1 --- front/src/App.css | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) (limited to 'front/src/App.css') diff --git a/front/src/App.css b/front/src/App.css index 74b5e05..a971f8e 100644 --- a/front/src/App.css +++ b/front/src/App.css @@ -1,38 +1,10 @@ -.App { - text-align: center; +.AppContents { + display: flex; + flex-direction: row; + background-color: var(--colorscheme-white); + padding: 25px; } -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.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-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } +.App > div { + padding: 10px; } -- cgit v1.3