Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active November 7, 2017 21:21
Show Gist options
  • Save indreklasn/5812bd9006c91b9eb0fe08e3678d88c8 to your computer and use it in GitHub Desktop.
Save indreklasn/5812bd9006c91b9eb0fe08e3678d88c8 to your computer and use it in GitHub Desktop.
demonstration of inline styles
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