Add functionality for randomly picking a difficulty

This commit is contained in:
Oliver-Akins 2025-02-02 17:11:57 -07:00
parent 31033017f7
commit 39ba3fd547
3 changed files with 37 additions and 11 deletions

View file

@ -10,4 +10,9 @@
background: var(--base-background);
padding: 4px;
};
.row {
display: flex;
flex-direction: row;
}
}