File: D:/HostingSpaces/SBogers10/komma.pro/wwwroot/challenges/roulette.css
body {
padding: 0;
margin: 0;
height: 100vh;
background: #141517;
font-family: 'freight-sans-pro', sans-serif;
}
div.roulette {
/*margin-top: 35px;*/
}
div.roulette-inner {
/*left : 33px;*/
}
div.roulette {
}
div.roulette_container {
/*background-color: green;*/
background-color: rgba(255, 255, 255, 0.03);
width:400px;
height:400px;
border-radius: 12px;
}
.container {
margin-top: -120px;
}
footer {
position: fixed;
width: 100%;
bottom: 0;
padding-bottom: 50px;
background-color: white;
}
.roulette-area {
display: flex;
justify-content: flex-start;
align-items: center;
}
.btn_container {
margin-left: 120px;
}
.spin-button {
appearance: none;
border: 2px solid white;
padding: 20px 60px;
border-radius: 8px;
color: white;
font-weight: 700;
font-size: 32px;
font-family: 'freight-sans-pro', sans-serif;
/*background: linear-gradient(#4C98EC, #255FD5);*/
background-color: transparent;
}
.spin-button:disabled {
opacity: 0.3;
}
h1 {
color: #3D79F2;
font-size: 48px;
line-height: 1.8;
margin-bottom: 20px;
}
h1 sub {
display: block;
font-size: 28px;
bottom: 0;
color: #A8B5C7;
margin-bottom: 4px;
}
h2 {
margin-top: 40px;
font-size: 54px;
color: white;
}