Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created June 16, 2020 17:41
Show Gist options
  • Save sabesansathananthan/602279e1febbfc32f0e9433502b70421 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/602279e1febbfc32f0e9433502b70421 to your computer and use it in GitHub Desktop.
Create a COVID-19 Tracker using React.js
.container {
display: flex;
justify-content: center;
width: 85%;
}
@media (max-width: 770px) {
.container {
width: 100%;
}
.image {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment