repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Robin-hood Game
stars
latest
clone command
git clone gitlawb://did:key:z6MkwMR9...adEc/robin-hood-gamegit clone gitlawb://did:key:z6MkwMR9.../robin-hood-gamec8777c8csync from playground5h ago| #3 |
| } |
| #4 |
| #5 | * { |
| #6 | box-sizing: border-box; |
| #7 | margin: 0; |
| #8 | padding: 0; |
| #9 | } |
| #10 |
| #11 | html, body, #root { |
| #12 | width: 100%; |
| #13 | height: 100%; |
| #14 | overflow: hidden; |
| #15 | background: #000; |
| #16 | } |
| #17 |