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"
|
face="down"
|
||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
transform: `translate(${i() * 0.8}px, ${
|
transform: `translate(${i() * 0.5}px, ${
|
||||||
-i() * 0.4
|
i() * 0.2
|
||||||
}px)`,
|
}px)`,
|
||||||
"z-index": 100 - i(),
|
// "z-index": 100 - i(),
|
||||||
border: `0.1px solid rgb(${
|
border: `0.1px solid rgb(${
|
||||||
60 - i() + Math.random() * 10
|
10 + i() + Math.random() * 50
|
||||||
}, ${60 - i() + Math.random() * 10}, ${
|
}, ${10 + i() + Math.random() * 50}, ${
|
||||||
60 - i() + Math.random() * 10
|
10 + i() + Math.random() * 50
|
||||||
});`,
|
});`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user