adds a dice preview
Some checks failed
CI / deploy (push) Has been cancelled

This commit is contained in:
Arindy 2025-02-10 16:38:29 +01:00
parent 4643ec107e
commit 09ff3370dd

View File

@ -107,6 +107,21 @@
color:#fff !important;
background-color:#333333dd !important
}
#dice-box {
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
background: transparent;
background-size: cover;
}
#dice-box canvas {
width: 100%;
height: 100%;
margin: 20px
}
</style>
</head>
<body class="w3-theme-l1">