q
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
.container{
|
||||
width: 227px;
|
||||
height: 227px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.score{
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
height: 17px;
|
||||
letter-spacing: 0px;
|
||||
font-size: 11px;
|
||||
margin-top: 1.8px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
.best{
|
||||
text-align: center;
|
||||
width: 60px;
|
||||
height: 17px;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0px;
|
||||
margin-top: 8.5px;
|
||||
}
|
||||
.tile-wrap{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
flex-wrap: wrap;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.tile{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.btn{
|
||||
width: 61.5px;
|
||||
height: 20.5px;
|
||||
background-color: #155ddc;
|
||||
margin-top: 5px;
|
||||
font-size: 13px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.text{
|
||||
font-size: 13px;
|
||||
color: #000000;
|
||||
}
|
||||
.stack{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.subcontainer{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
}
|
||||
.gameover{
|
||||
font-size: 20px;
|
||||
color: #FF7500;
|
||||
}
|
@@ -0,0 +1,65 @@
|
||||
.container{
|
||||
width: 227px;
|
||||
height: 227px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.score{
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
height: 17px;
|
||||
letter-spacing: 0px;
|
||||
font-size: 11px;
|
||||
margin-top: 1.8px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
.best{
|
||||
text-align: center;
|
||||
width: 60px;
|
||||
height: 17px;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0px;
|
||||
margin-top: 8.5px;
|
||||
}
|
||||
.tile-wrap{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
flex-wrap: wrap;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.tile{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.btn{
|
||||
width: 61.5px;
|
||||
height: 20.5px;
|
||||
background-color: #155ddc;
|
||||
margin-top: 5px;
|
||||
font-size: 13px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.text{
|
||||
font-size: 13px;
|
||||
color: #000000;
|
||||
}
|
||||
.stack{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.subcontainer{
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
}
|
||||
.gameover{
|
||||
font-size: 20px;
|
||||
color: #FF7500;
|
||||
}
|
Reference in New Issue
Block a user