lezzo.org/bocciofila/confetti.css

22 lines
394 B
CSS
Raw Normal View History

2023-07-05 15:55:12 +01:00
.confetti{
max-width: 640px;
display: block;
margin: 0 auto;
border: 1px solid #ddd;
user-select: none;
}
#wheel-container {
position: relative;
left: 30%;
}
2023-07-06 10:29:33 +01:00
.wheel-tab-section {
display: none;
}
2023-07-06 10:06:46 +01:00
#main {
background-image: url("./bgdottedeven.png");
background-color:#fff4f6;
/* Additional background styles if needed */
}
*{cursor: url("pincursorsh.png"), default;}