Created
May 12, 2016 17:30
-
-
Save tonis2/92c87f3e1b1b0f5e93035124f7437550 to your computer and use it in GitHub Desktop.
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 style = { | |
| transform: `translate(${index*2}px, 0 )`, | |
| transform: `rotate(${index*2}px, 0 )`, | |
| boxShadow:`1px 1px 1px 2px ${index}px` | |
| }; | |
| return <section key={index} id="card-container" style={style}> | |
| <div id="card"> | |
| <p>{card}</p> | |
| </div> | |
| </section> | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.