Add Start Playing page, clean up /generate page
This commit is contained in:
18
WebHostLib/static/styles/startPlaying.css
Normal file
18
WebHostLib/static/styles/startPlaying.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#start-playing-wrapper{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#start-playing{
|
||||
width: 700px;
|
||||
min-height: 240px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#start-playing-button-row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
Reference in New Issue
Block a user