Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created June 16, 2020 19:59
Show Gist options
  • Save sabesansathananthan/e1946f0a0afec3f29935f917d8f28514 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/e1946f0a0afec3f29935f917d8f28514 to your computer and use it in GitHub Desktop.
Create a COVID-19 Tracker using React.js
body {
background-color: rgb(250, 250, 250);
}
.container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.image {
width: 370px;
margin-top: 50px;
}
@media (max-width: 770px) {
.container {
margin: 0 10%;
}
.image {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment