favicon
This commit is contained in:
BIN
assets/sources/cards.png
LFS
Normal file
BIN
assets/sources/cards.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 5.3 KiB |
@@ -16,14 +16,14 @@ export default ((props) => {
|
||||
face="down"
|
||||
style={{
|
||||
position: "absolute",
|
||||
transform: `translate(${i() * 0.8}px, ${
|
||||
-i() * 0.4
|
||||
transform: `translate(${i() * 0.5}px, ${
|
||||
i() * 0.2
|
||||
}px)`,
|
||||
"z-index": 100 - i(),
|
||||
// "z-index": 100 - i(),
|
||||
border: `0.1px solid rgb(${
|
||||
60 - i() + Math.random() * 10
|
||||
}, ${60 - i() + Math.random() * 10}, ${
|
||||
60 - i() + Math.random() * 10
|
||||
10 + i() + Math.random() * 50
|
||||
}, ${10 + i() + Math.random() * 50}, ${
|
||||
10 + i() + Math.random() * 50
|
||||
});`,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user