Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created April 19, 2019 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/e36c3c2261b3676db49058904403ddac to your computer and use it in GitHub Desktop.
Save amandeepmittal/e36c3c2261b3676db49058904403ddac to your computer and use it in GitHub Desktop.
.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: 100px;
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);
}
}
.form-note {
padding: 10px;
}
.form-input {
font-size: 40px;
}
.form-button {
margin-left: 5px;
font-size: 40px;
}
.notes-list {
padding: 10px;
display: flex;
}
.notes-list-button {
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment