fixed bugs and added gameover screen
This commit is contained in:
24
cards.css
24
cards.css
@@ -93,6 +93,26 @@ body {
|
||||
text-shadow: -5px 14px 20px rgb(0, 0, 0);
|
||||
cursor: pointer;
|
||||
}
|
||||
#start-the-game-loose {
|
||||
position: absolute;
|
||||
background-color: #44205c65;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 99999;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
/* font-weight: 900; */
|
||||
font-size: 9vw;
|
||||
font-family: "8-bit-pusab";
|
||||
-webkit-text-stroke: 2px rgb(10, 10, 10);
|
||||
text-shadow: -5px 14px 20px rgb(0, 0, 0);
|
||||
cursor: pointer;
|
||||
}
|
||||
#options-window {
|
||||
position: absolute;
|
||||
background-color: #000000d4;
|
||||
@@ -154,6 +174,10 @@ body {
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
}
|
||||
.try-again{
|
||||
display: none;
|
||||
font-size: 3vw;
|
||||
}
|
||||
#range-value{
|
||||
margin: 0 7px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user