Skip to content

Instantly share code, notes, and snippets.

@viclotana
Created February 17, 2019 18:07
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/9324e0d1f17d215b1299e01579397586 to your computer and use it in GitHub Desktop.
Save viclotana/9324e0d1f17d215b1299e01579397586 to your computer and use it in GitHub Desktop.
const divStyle = {
color: 'blue',
backgroundImage: 'url(' + imgUrl + ')',
};
function HelloWorldComponent() {
return <div style={divStyle}>Hello World!</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment