From f25919fce483b3ad1c016ccf390102c0b01460d2 Mon Sep 17 00:00:00 2001 From: Lokesh Kumar <89959600+lokeshkr45@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:06:43 +0530 Subject: [PATCH] Update App.css --- src/App.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/src/App.css b/src/App.css index 71dd988..8b13789 100644 --- a/src/App.css +++ b/src/App.css @@ -1,42 +1 @@ -.App { - text-align: center; -} -.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); - } -} - -.blank{ - color: rgb(32, 8, 246); -} \ No newline at end of file