|
|
@ -10,18 +10,14 @@
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
height: 5rem;
|
|
|
|
height: 5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.launchRocket:focus + #rocket {
|
|
|
|
.name:hover + #rocket {
|
|
|
|
animation-name: launchRocket;
|
|
|
|
animation-name: launchRocket;
|
|
|
|
animation-duration: 2.5s;
|
|
|
|
animation-duration: 2.5s;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes launchRocket {
|
|
|
|
@keyframes launchRocket {
|
|
|
|
from {
|
|
|
|
from {top: 85vh}
|
|
|
|
top: 85vh
|
|
|
|
to {top: -20vh}
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
|
|
|
top: -20vh
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#rocket {
|
|
|
|
#rocket {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -93,6 +89,7 @@
|
|
|
|
padding: 1rem;
|
|
|
|
padding: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
height: 10rem;
|
|
|
|
width: 25rem;
|
|
|
|
width: 25rem;
|
|
|
|
border-right: 4px solid white;
|
|
|
|
border-right: 4px solid white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|