Skip to content

Instantly share code, notes, and snippets.

@viclotana
Created February 17, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viclotana/b29d9f5465bff83fc721c4540852cd5e to your computer and use it in GitHub Desktop.
Save viclotana/b29d9f5465bff83fc721c4540852cd5e to your computer and use it in GitHub Desktop.
const paragraphStyles = {
color: red,
backgroundColor: black,
padding: 2px
}
<p style={paragraphStyles}> inline styles applied here </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment