add: game history
This commit is contained in:
15
frontend/static/css/gameHistory.css
Normal file
15
frontend/static/css/gameHistory.css
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user