9 lines
110 B
CSS
Raw Normal View History

2021-01-02 06:21:53 -05:00
#game_container {
margin-top: 50px;
display: flex;
justify-content: space-around;
}
.game {
width: 33%;
}