Skip to content

Instantly share code, notes, and snippets.

@HerbCaudill
Last active October 7, 2020 12:46
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 HerbCaudill/cba9dc5b7331b61383ffcdb0449bc2e8 to your computer and use it in GitHub Desktop.
Save HerbCaudill/cba9dc5b7331b61383ffcdb0449bc2e8 to your computer and use it in GitHub Desktop.
css-article-8.jsx
<button
sx={{
color: 'white',
bg: 'primary',
m: 10,
px: 4,
py: 2,
fontSize: 2,
boxShadow: 'large',
}}
>
Click me
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment