body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #fcedcc;
font-family: Arial, sans-serif;
}
.container {
text-align: center;
}
.wheel-container {
position: relative;
width: 350px;
height: 350px;
}
.wheel {
width: 100%;
height: 100%;
border-radius: 50%;
border: 5px solid #393548;
position: absolute;
transition: transform 4s ease-out;
}
.spin-button {
margin-top: 20px;
padding: 10px 20px;
font-size: 18px;
background-color: #fea887;
color: white;
border: none;
cursor: pointer;
border-radius: 5px;
}
.pointer {
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid red;
}
Keeruta loosiratast ja võida!