Created
October 7, 2020 12:30
-
-
Save HerbCaudill/dafb6a1d099cc7e8a11c526aed13eb9c to your computer and use it in GitHub Desktop.
css-article-4.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let styles = { | |
background: 'lightBlue', | |
border: '1px solid blue', | |
borderRadius: 2, | |
'&:hover': { background: 'darkBlue' } | |
} | |
<div css={styles}>...</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment