client/src/App.css
author duong tam kien <tk@deveha.com>
Tue, 23 May 2017 16:42:07 +0200
changeset 4 885a20cde527
parent 2 b52921a63e77
permissions -rw-r--r--
zoning

.App {
  text-align: center; }

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px; }

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white; }

.App-intro {
  font-size: large; }

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }