implemented single note practice

This commit is contained in:
krippix 2023-06-05 20:09:37 +02:00 committed by Dennis
parent e690ef14c1
commit 62c9c1395f
5 changed files with 243 additions and 57 deletions

View file

@ -25,4 +25,9 @@ h1 {
#note-render {
display: inline-block;
margin: 0 auto;
}
}
.checkboxes {
font-family: 'arial';
margin-top: 10px;
margin-bottom: 10px;
}