From 12efc9102e1c2590492e9ead60d7de87944dc47f Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 9 Sep 2019 22:45:39 -0300 Subject: Initial commit from Create React App --- src/App.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/App.css (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..b41d297 --- /dev/null +++ b/src/App.css @@ -0,0 +1,33 @@ +.App { + text-align: center; +} + +.App-logo { + animation: App-logo-spin infinite 20s linear; + height: 40vmin; + pointer-events: none; +} + +.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); + } +} -- cgit v1.2.1-18-gbd029