Skip to content

Instantly share code, notes, and snippets.

@DIEGOHORVATTI
Last active May 19, 2022 12:16
Show Gist options
  • Save DIEGOHORVATTI/2f662a0ee52cf0891386f8ff83c1bfb2 to your computer and use it in GitHub Desktop.
Save DIEGOHORVATTI/2f662a0ee52cf0891386f8ff83c1bfb2 to your computer and use it in GitHub Desktop.
styles nextjs
<style jsx>{`
#component{
background: url(${projects[projectIndex].cover});
width: 100vw;
height: 30vh;
}
`}</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment