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.
|
.welcome {
|
|
padding:20px;
|
|
text-align:center;
|
|
|
|
img {
|
|
width:350px;
|
|
}
|
|
|
|
.highscores {
|
|
margin:0 auto;
|
|
width:350px;
|
|
}
|
|
|
|
.newgame {
|
|
margin:20px 0;
|
|
transition:opacity 0.1s ease;
|
|
|
|
&.hidden {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|
|
|