This commit is contained in:
2025-08-03 17:59:25 -04:00
parent 0124b69440
commit 5f05eb4adf
3 changed files with 9 additions and 6 deletions

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

View File

@@ -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
});`,
}}
/>