Add Start Playing page, clean up /generate page

This commit is contained in:
Chris Wilson
2021-10-11 20:52:30 -04:00
parent 065931cae7
commit e4f4c1f1be
7 changed files with 123 additions and 29 deletions

View 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;
}