implemented single note practice

This commit is contained in:
krippix 2023-06-05 20:09:37 +02:00
parent 6204637d0e
commit 637edb0302
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;
}