Skip to content

Instantly share code, notes, and snippets.

@KyleAMathews
Created April 10, 2020 04: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 KyleAMathews/323bacd551df46e8e7b6146cbf827d0b to your computer and use it in GitHub Desktop.
Save KyleAMathews/323bacd551df46e8e7b6146cbf827d0b to your computer and use it in GitHub Desktop.
import React from "react"
export default () => (
<div
css={{
backgroundColor: 'hotpink',
'&:hover': {
color: 'lightgreen'
}
}}
>
This has a hotpink background.
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment