From a3807bf0fbc406dc336c8a07e4d4426a510c7249 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 10 Oct 2018 02:50:40 +0200 Subject: Bootstrap React app --- src/App.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..92f956e --- /dev/null +++ b/src/App.css @@ -0,0 +1,32 @@ +.App { + text-align: center; +} + +.App-logo { + animation: App-logo-spin infinite 20s linear; + height: 40vmin; +} + +.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.3