19 lines
352 B
CSS
19 lines
352 B
CSS
.confetti{
|
|
max-width: 640px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
border: 1px solid #ddd;
|
|
user-select: none;
|
|
}
|
|
#wheel-container {
|
|
position: relative;
|
|
left: 30%;
|
|
}
|
|
#main {
|
|
background-image: url("./bgdottedeven.png");
|
|
background-color:#fff4f6;
|
|
/* Additional background styles if needed */
|
|
}
|
|
*{cursor: url("pincursorsh.png"), default;}
|
|
|