add: game history

This commit is contained in:
2024-03-05 10:53:32 +01:00
committed by AdrienLSH
parent 90ce697a3a
commit d8e767405a
8 changed files with 201 additions and 24 deletions

View File

@ -0,0 +1,15 @@
#game-list {
justify-content: flex-start;
display: flex;
flex-wrap: wrap;
}
#game-list .game-item {
display: flex;
flex-direction: column;
height: 160px;
width: 160px;
margin: 10px;
border-radius: 5%;
}