Created
December 16, 2017 20:03
-
-
Save vigzmv/a489c83c7be52e7dfd44c27984c38477 to your computer and use it in GitHub Desktop.
react-parcel-example
This file contains 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 { | |
margin: 0; | |
padding: 0; | |
font-family: Roboto, 'Helvetica Neue', Arial, sans-serif; | |
} | |
.App { | |
text-align: center; | |
margin: 2rem auto; | |
} | |
img { | |
height: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment