Skip to content

Instantly share code, notes, and snippets.

@tsamaya
Created November 4, 2018 20:55
Show Gist options
  • Save tsamaya/23dd54330b72ceaaf82b0ca8d365355d to your computer and use it in GitHub Desktop.
Save tsamaya/23dd54330b72ceaaf82b0ca8d365355d to your computer and use it in GitHub Desktop.
/* ./src/Header.css */
.App {
}
.App-logo {
animation: App-logo-spin 10s linear;
height: 40vmin;
}
.App-header {
text-align: center;
background-color: #20b282;
min-height: 20vh;
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);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment