Getting started on how-to-play instructions.

This commit is contained in:
2024-09-07 03:41:11 +00:00
parent 22d332c246
commit 0eb75994c9
31 changed files with 4666 additions and 31 deletions

View File

@@ -0,0 +1,14 @@
section {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
section:not(:last-of-type){
margin-bottom: 2rem;
}
.moves {
width: 12rem;
text-align: center;
}