Last active
November 7, 2017 21:21
-
-
Save indreklasn/5812bd9006c91b9eb0fe08e3678d88c8 to your computer and use it in GitHub Desktop.
demonstration of inline styles
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
const textStyles = { | |
color: white, | |
backgroundColor: black | |
} | |
<p style={textStyles}>inline style!</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment