Created
June 16, 2020 19:59
-
-
Save sabesansathananthan/e1946f0a0afec3f29935f917d8f28514 to your computer and use it in GitHub Desktop.
Create a COVID-19 Tracker using React.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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