13 lines
204 B
CSS
13 lines
204 B
CSS
|
|
#start-playing-wrapper{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
#start-playing{
|
||
|
|
width: 700px;
|
||
|
|
min-height: 240px;
|
||
|
|
text-align: center;
|
||
|
|
}
|