diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-04-11 01:55:54 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-04-11 01:55:54 +0500 |
| commit | ae614c0d1174d3b5527f1fb3dc6e339d7ad6a10b (patch) | |
| tree | 95ced0cbe0c7ed8b66bc30440b75c05429cac6dd /front/src/App.css | |
| parent | e243f101b3266ed98a1b668562a639408ffe36d7 (diff) | |
CSS pt 1
Diffstat (limited to 'front/src/App.css')
| -rw-r--r-- | front/src/App.css | 42 |
1 files changed, 7 insertions, 35 deletions
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; } |
