You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
558 B
37 lines
558 B
.backButton {
|
|
position: absolute;
|
|
}
|
|
|
|
.counter {
|
|
position: absolute;
|
|
top: 30%;
|
|
left: 45%;
|
|
font-size: 10rem;
|
|
font-weight: bold;
|
|
letter-spacing: -0.025em;
|
|
}
|
|
|
|
.btnGroup {
|
|
position: relative;
|
|
top: 500px;
|
|
width: 480px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.btn {
|
|
font-size: 1.6rem;
|
|
font-weight: bold;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
margin: 10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
opacity: 0.7;
|
|
cursor: pointer;
|
|
font-family: Arial, Helvetica, Helvetica Neue;
|
|
}
|
|
|
|
.btn:hover {
|
|
color: white;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|