9 lines
110 B
CSS
9 lines
110 B
CSS
|
#game_container {
|
||
|
margin-top: 50px;
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
}
|
||
|
|
||
|
.game {
|
||
|
width: 33%;
|
||
|
}
|