1
0

Create index.css

This commit is contained in:
tzx 2021-06-17 08:43:39 +08:00 committed by GitHub
parent 5d549b0703
commit 296531f3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

62
index.css Normal file
View File

@ -0,0 +1,62 @@
.container{
width: 454px;
height: 454px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.score{
text-align: center;
width: 234px;
height: 30px;
letter-spacing: 0px;
margin-top: 4px;
margin-bottom:6px;
}
.best{
text-align: center;
width: 234px;
height: 30px;
letter-spacing: 0px;
margin-top: 19px;
}
.tile-wrap{
width: 300px;
height: 300px;
flex-wrap: wrap;
background-color: #FFFFFF;
}
.tile{
width: 70px;
height: 70px;
margin-top: 4px;
margin-left: 4px;
justify-content: center;
align-items: center;
}
.btn{
width: 135px;
height: 45px;
background-color: #1F71FF;
margin-top: 10px;
margin-bottom: 10px;
}
.text{
font-size: 30px;
color: #000000;
}
.stack{
width: 300px;
height: 300px;
}
.subcontainer{
width: 300px;
height: 300px;
justify-content: center;
align-items: center;
background-color: transparent;
}
.gameover{
font-size: 40px;
color: #FF7500;
}