Skip to content

Instantly share code, notes, and snippets.

@HerbCaudill
Created October 7, 2020 12:30
Show Gist options
  • Save HerbCaudill/e7cf8582ea5883b85722c32906217d8f to your computer and use it in GitHub Desktop.
Save HerbCaudill/e7cf8582ea5883b85722c32906217d8f to your computer and use it in GitHub Desktop.
css-article-5.jsx
let styles = {
background: 'lightBlue',
border: '1px solid blue',
borderRadius: 2,
}
<div style={styles}>...</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment