Last active
May 19, 2022 12:16
-
-
Save DIEGOHORVATTI/2f662a0ee52cf0891386f8ff83c1bfb2 to your computer and use it in GitHub Desktop.
styles nextjs
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
<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